1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Arduino/targets/libraries
2006-12-27 21:36:39 +00:00
..
EEPROM Adding EEPROM library. API: EEPROM.read(addr), EEPROM.write(addr, val). 2006-12-27 21:36:39 +00:00
Matrix Optimized size of core, fixed some warnings in libraries. 2006-07-09 12:39:27 +00:00
SoftwareSerial Adding software serial libraries. The read function doesn't quite work properly yet, but it's a start. 2006-11-29 23:29:01 +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