1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Arduino/targets/arduino
2006-11-23 19:13:21 +00:00
..
binary.h Adding binary.h for digital constants like B1010. 2006-11-20 17:47:04 +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 Adding instructions for chaning ARDUINO directory. 2006-10-05 22:47:55 +00:00
pins_arduino.c Added support for extra analog inputs and pwms on ATmega168. 2006-10-15 11:45:26 +00:00
WConstants.h Optimized size of core, fixed some warnings in libraries. 2006-07-09 12:39:27 +00:00
wiring.c Added shiftOut() routine and fixed new serial functions to work with the ATmega168. 2006-11-23 19:13:21 +00:00
wiring.h Added shiftOut() routine and fixed new serial functions to work with the ATmega168. 2006-11-23 19:13:21 +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