ArduinoCore-avr/cores/arduino
David A. Mellis cd94d8dc6e INTERNAL -> INTERNAL1V1 AND INTERNAL2V56 on the Mega (issue #194). 2010-07-10 21:07:51 +00:00
..
HardwareSerial.cpp Adding a peek() function to Stream and HardwareSerial (Serial). 2010-07-04 23:31:55 +00:00
HardwareSerial.h Adding a peek() function to Stream and HardwareSerial (Serial). 2010-07-04 23:31:55 +00:00
Print.cpp Adding support for printing Strings to the Print class. 2010-07-04 23:22:34 +00:00
Print.h Adding support for printing Strings to the Print class. 2010-07-04 23:22:34 +00:00
Stream.h Adding a peek() function to Stream and HardwareSerial (Serial). 2010-07-04 23:31:55 +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 whitespace. 2010-07-05 16:08:35 +00:00
WString.h Adding support for printing Strings to the Print class. 2010-07-04 23:22:34 +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 INTERNAL -> INTERNAL1V1 AND INTERNAL2V56 on the Mega (issue #194). 2010-07-10 21:07:51 +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