ArduinoCore-avr/cores/arduino
David A. Mellis 1d86178387 Adding support for printing floats and doubles (defaulting to 2 decimal places) 2008-11-26 14:15:24 +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
Makefile Updating Makefile to derive target name from the current folder. 2008-08-17 20:10:47 +00:00
Print.cpp Adding support for printing floats and doubles (defaulting to 2 decimal places) 2008-11-26 14:15:24 +00:00
Print.h Adding support for printing floats and doubles (defaulting to 2 decimal places) 2008-11-26 14:15:24 +00:00
WConstants.h Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
WInterrupts.c Switching to new signal (interrupt handler) names for compatibility with the ATmega328. 2008-11-08 21:31:55 +00:00
WMath.cpp Moving makeWord() function defintion into WMath.cpp (out of WProgram.h). 2008-10-26 12:31:45 +00:00
WProgram.h Moving makeWord() function defintion into WMath.cpp (out of WProgram.h). 2008-10-26 12:31:45 +00:00
binary.h Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
main.cxx Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
pins_arduino.c Switching tests for __AVR_ATmega168__ to tests for __AVR_ATmega8__ so that less changes are needed to support other processors. 2008-11-01 22:06:13 +00:00
pins_arduino.h Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
wiring.c Adding micros() function. 2008-11-26 14:14:59 +00:00
wiring.h Adding micros() function. 2008-11-26 14:14:59 +00:00
wiring_analog.c Switching tests for __AVR_ATmega168__ to tests for __AVR_ATmega8__ so that less changes are needed to support other processors. 2008-11-01 22:06:13 +00:00
wiring_digital.c Switching tests for __AVR_ATmega168__ to tests for __AVR_ATmega8__ so that less changes are needed to support other processors. 2008-11-01 22:06:13 +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 Waiting for pulse to start (rising or falling edge) to start timing. 2008-11-08 21:31:12 +00:00
wiring_serial.c Switching to new signal (interrupt handler) names for compatibility with the ATmega328. 2008-11-08 21:31:55 +00:00
wiring_shift.c Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00