Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adafruit/Adafruit_CC3000_Library
Library code for Adafruit's CC3000 WiFi breakouts &c
https://github.com/adafruit/Adafruit_CC3000_Library
Last synced: 18 days ago
JSON representation
Library code for Adafruit's CC3000 WiFi breakouts &c
- Host: GitHub
- URL: https://github.com/adafruit/Adafruit_CC3000_Library
- Owner: adafruit
- License: other
- Archived: true
- Created: 2013-08-08T17:11:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T17:19:41.000Z (over 5 years ago)
- Last Synced: 2024-09-28T09:41:07.097Z (about 2 months ago)
- Language: C++
- Homepage: http://www.adafruit.com/products/1469
- Size: 456 KB
- Stars: 270
- Watchers: 80
- Forks: 153
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Adafruit CC3000 Library
This is a library for the Adafruit CC3000 WiFi Breakouts etc
Designed specifically to work with the Adafruit CC3000 Breakout
----> https://www.adafruit.com/products/1469These modules use SPI to communicate, 6 pins are required to interface
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!Check out the links above for our tutorials and wiring diagrams
Arduino library Written by Limor Fried & Kevin Townsend for Adafruit Industries.
CC3000 host core written by TITo download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_CC3000
Check that the Adafruit_CC3000 folder contains Adafruit_CC3000.cpp and Adafruit_CC3000.hPlace the Adafruit_CC3000 library folder your *arduinosketchfolder*/libraries/ folder.
You may need to create the libraries subfolder if its your first library. Restart the IDE.NOTE: the 'SendTweet' example currently DOES NOT WORK due to Twitter API changes. The code is being kept for posterity in case a workaround can be developed.