ArduinoCore-avr/cores/arduino
David A. Mellis a771267f69 Re-enabling timer 2 pwm after tone() ends.
Factored out common code to disable timers.
2010-06-12 19:47:41 +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 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
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 Improving third-party hardware support: 2009-11-21 23:23:43 +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