Arduino/targets/arduino
David A. Mellis cddebf41cc Stopped building .eep file since it was causing errors and we don't need it. 2006-12-05 20:33:39 +00:00
..
HardwareSerial.cpp Changed HardwareSerial to call the C serial functions in wiring.h and wiring.c to save space. 2006-11-23 11:39:23 +00:00
HardwareSerial.h Changed HardwareSerial to call the C serial functions in wiring.h and wiring.c to save space. 2006-11-23 11:39:23 +00:00
Makefile Stopped building .eep file since it was causing errors and we don't need it. 2006-12-05 20:33:39 +00:00
WConstants.h Optimized size of core, fixed some warnings in libraries. 2006-07-09 12:39:27 +00:00
WInterrupts.c Fixed WInterrupts to work with the ATmega168. 2006-12-02 16:59:20 +00:00
WProgram.h Adding Wiring-compatible random(min) and random(min, max) functions (except operating on longs instead of floats). 2006-08-13 09:59:06 +00:00
WRandom.cpp Adding Wiring-compatible random(min) and random(min, max) functions (except operating on longs instead of floats). 2006-08-13 09:59:06 +00:00
binary.h Adding binary.h for digital constants like B1010. 2006-11-20 17:47:04 +00:00
pins_arduino.c Added support for extra analog inputs and pwms on ATmega168. 2006-10-15 11:45:26 +00:00
wiring.c Adding some comments to explain the interrupts. 2006-11-29 19:35:43 +00:00
wiring.h attachInterrupt() and detachInterrupt(): from Wiring, with changes to automatically enable and disable the relevant interrupt and to specify the trigger. 2006-11-24 17:12:32 +00:00