This website requires JavaScript.
Explore
Help
Sign In
arduino
/
esp8266
Watch
1
Star
0
Fork
0
You've already forked esp8266
mirror of
https://github.com/esp8266/Arduino.git
synced
2025-06-20 21:01:25 +03:00
Code
Activity
Files
a587bc8a4acb372b4072b64fbed05e6b1172cda9
esp8266
/
targets
/
libraries
History
David A. Mellis
81b0054893
Modifying SoftwareSerial timing to work with new digitalRead() and digitalWrite() functions.
2007-04-20 23:18:25 +00:00
..
EEPROM
Adding EEPROM library. API: EEPROM.read(addr), EEPROM.write(addr, val).
2006-12-27 21:36:39 +00:00
Firmata
First working sketch of the Firmata protocol as a library. Just the
2007-04-14 15:20:14 +00:00
Matrix
Optimized size of core, fixed some warnings in libraries.
2006-07-09 12:39:27 +00:00
SoftwareSerial
Modifying SoftwareSerial timing to work with new digitalRead() and digitalWrite() functions.
2007-04-20 23:18:25 +00:00
Sprite
Optimized size of core, fixed some warnings in libraries.
2006-07-09 12:39:27 +00:00
Wire
Adding #include <avr/signal.h> to twi.c because the older version of avr-libc for Ubuntu Linux 6.06 (Dapper) doesn't define SIGNAL() in <avr/interrupt.h>.
2006-12-26 00:01:31 +00:00