Skip to content

Commit f5bb4e4

Browse files
authored
Remove references to cc3000
1 parent 47ebe87 commit f5bb4e4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Adafruit MQTT Library [![Build Status](https://travis-ci.org/adafruit/Adafruit_MQTT_Library.svg?branch=master)](https://travis-ci.org/adafruit/Adafruit_MQTT_Library)
22

33
Arduino library for MQTT support, including access to Adafruit IO. Works with
4-
the Adafruit CC3000, FONA, Arduino Yun, ESP8266 Arduino platforms, and anything that supports
4+
the Adafruit FONA, Arduino Yun, ESP8266 Arduino platforms, and anything that supports
55
Arduino's Client interface (like Ethernet shield).
66

77
See included examples for how to use the library to access an MQTT service to
@@ -11,10 +11,7 @@ spec but is intended to support enough for QoS 0 and 1 publishing.
1111
Depends on the following other libraries depending on the target platform:
1212

1313
- [Adafruit SleepyDog](https://github.com/adafruit/Adafruit_SleepyDog), watchdog
14-
library used by FONA and CC3000 code for reliability.
15-
16-
- [Adafruit CC3000](https://github.com/adafruit/Adafruit_CC3000_Library), required
17-
for the CC3000 hardware.
14+
library used by FONA code for reliability.
1815

1916
- [Adafruit FONA](https://github.com/adafruit/Adafruit_FONA_Library), required for
2017
the FONA hardware.

0 commit comments

Comments
 (0)