This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2025-01-05 20:46:08 +01:00
Code
Issues
Releases
Activity
52a40bfac9
Arduino
/
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