ArduinoCore-avr/cores/arduino
David A. Mellis 50bfce889e Modifying String from new/delete to malloc()/free(). Also #include'ing WString.h from WProgram.h. 2010-07-04 16:36:52 +00:00
..
HardwareSerial.cpp Adding Serial.end(). 2009-12-23 00:00:17 +00:00
HardwareSerial.h Adding a basic Stream interface and modifying HardwareSerial to inherit from it. 2010-05-28 22:41:03 +00:00
Print.cpp Adding precision parameter for printing of floats / doubles. Restructured the print() and println() functions a bit. 2009-12-25 20:20:27 +00:00
Print.h Adding precision parameter for printing of floats / doubles. Restructured the print() and println() functions a bit. 2009-12-25 20:20:27 +00:00
Stream.h Adding a basic Stream interface and modifying HardwareSerial to inherit from it. 2010-05-28 22:41:03 +00:00
Tone.cpp Re-enabling timer 2 pwm after tone() ends. 2010-06-12 19:47:41 +00:00
WConstants.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WInterrupts.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WMath.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WProgram.h Modifying String from new/delete to malloc()/free(). Also #include'ing WString.h from WProgram.h. 2010-07-04 16:36:52 +00:00
WString.cpp Modifying String from new/delete to malloc()/free(). Also #include'ing WString.h from WProgram.h. 2010-07-04 16:36:52 +00:00
WString.h Modifying String from new/delete to malloc()/free(). Also #include'ing WString.h from WProgram.h. 2010-07-04 16:36:52 +00:00
binary.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
main.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
pins_arduino.c Adding A0=14, A1=15, etc. aliases for analog input pins and modifying analogRead() to accept them (in addition to 0, 1, 2, etc.). Removing some unused code elsewhere. 2010-05-16 04:05:40 +00:00
pins_arduino.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring.c More accurate delay() function from BenF. 2010-05-25 20:16:15 +00:00
wiring.h Adding A0=14, A1=15, etc. aliases for analog input pins and modifying analogRead() to accept them (in addition to 0, 1, 2, etc.). Removing some unused code elsewhere. 2010-05-16 04:05:40 +00:00
wiring_analog.c Adding A0=14, A1=15, etc. aliases for analog input pins and modifying analogRead() to accept them (in addition to 0, 1, 2, etc.). Removing some unused code elsewhere. 2010-05-16 04:05:40 +00:00
wiring_digital.c Disabling interrupts while digitalWrite() and pinMode() modify registers (issue #146). 2010-06-12 20:32:58 +00:00
wiring_private.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring_pulse.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
wiring_shift.c Improving third-party hardware support: 2009-11-21 23:23:43 +00:00