Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raburton/esp8266
Various bits of code for ESP8266
https://github.com/raburton/esp8266
Last synced: 3 months ago
JSON representation
Various bits of code for ESP8266
- Host: GitHub
- URL: https://github.com/raburton/esp8266
- Owner: raburton
- Created: 2015-05-14T13:48:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T16:36:14.000Z (almost 9 years ago)
- Last Synced: 2024-07-01T15:18:12.182Z (4 months ago)
- Language: C
- Homepage: http://richard.burtons.org/
- Size: 236 KB
- Stars: 183
- Watchers: 42
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-arduino - esp8266 - Various bits of code for ESP8266 (Tutorials)
- awesome-arduino - esp8266 - Various bits of code for ESP8266 (Tutorials)
README
github.com/raburton/esp8266
-A collection of things I've written for the ESP8266 Wifi SOC.
Read on for the contents of this repository.
**Note:** rBoot and esptool2 are now in separate repositories!Drivers
-
Drivers for:
* AT24xx series I2C eeproms
* DS1307 real time clock
* DS3231 real time clockNTP
-
Simple NTP client for ESP8266 and very simple timezone code example.Mutex
-
A mutex for the ESP8266.