1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware/cores/arduino
David A. Mellis 362b952a68 Adding #ifdef guard to WProgram.h to prevent multiple #includes.
Removing Print class inheritance from Firmata since it's not clear that it can be implemented in a way that's compatible with the Firmata protocol and the Print class interface.
2008-09-15 21:09:13 +00:00
..
binary.h Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
HardwareSerial.cpp Changing Print class to use regular virtual write() function (instead of my hack 2008-05-07 18:24:49 +00:00
HardwareSerial.h Changing Print class to use regular virtual write() function (instead of my hack 2008-05-07 18:24:49 +00:00
main.cxx Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
Makefile Updating Makefile to derive target name from the current folder. 2008-08-17 20:10:47 +00:00
pins_arduino.c Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
pins_arduino.h Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
Print.cpp Wire library patch to provide better error handling. 2008-06-21 23:16:27 +00:00
Print.h Changing Print class to use regular virtual write() function (instead of my hack 2008-05-07 18:24:49 +00:00
WConstants.h Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
WInterrupts.c Factored out print() and println() from HardwareSerial to a base class for sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list. 2008-04-18 18:39:02 +00:00
wiring_analog.c Adding analogReference() function - needs testing on an ATmega8 (but works on the ATmega 168). 2007-12-14 04:21:59 +00:00
wiring_digital.c Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
wiring_private.h Factored out print() and println() from HardwareSerial to a base class for sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list. 2008-04-18 18:39:02 +00:00
wiring_pulse.c Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 (1 second). 2008-03-08 21:30:00 +00:00
wiring_serial.c Factored out print() and println() from HardwareSerial to a base class for sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list. 2008-04-18 18:39:02 +00:00
wiring_shift.c Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
wiring.c Adding ADXL3xx accelerometer example; minor comment changes. 2008-07-02 19:06:27 +00:00
wiring.h Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 (1 second). 2008-03-08 21:30:00 +00:00
WMath.cpp Fixing random() to work with longs. 2008-05-26 14:02:32 +00:00
WProgram.h Adding #ifdef guard to WProgram.h to prevent multiple #includes. 2008-09-15 21:09:13 +00:00