ArduinoCore-avr/cores/arduino
David A. Mellis c7eedf5fa5 changing available() to return an int (because the Ethernet Client class or another stream might need more than 255 bytes). 2010-08-02 22:23:48 +00:00
..
HardwareSerial.cpp changing available() to return an int (because the Ethernet Client class or another stream might need more than 255 bytes). 2010-08-02 22:23:48 +00:00
HardwareSerial.h changing available() to return an int (because the Ethernet Client class or another stream might need more than 255 bytes). 2010-08-02 22:23:48 +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 changing available() to return an int (because the Ethernet Client class or another stream might need more than 255 bytes). 2010-08-02 22:23:48 +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 Reverting changes to String class and modifying to allow + and += to work on more types. 2010-07-27 14:20:56 +00:00
WString.h added more String examples 2010-07-27 22:59:18 +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