ArduinoCore-avr/cores/arduino
David A. Mellis 6b6d46c3e1 Adding shiftIn() from Wiring (no count or delaytime though). 2010-08-11 22:59:00 +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 Making Client inherit from Stream, which unforunately means taking peek() out of Stream for now, since there's no immediate implementation for Client. 2010-08-11 18:19:01 +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 No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-specific type names in String). 2010-08-06 01:23:19 +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 Moving SPI pin definitions into core (from SPI library): SS, MISO, MOSI, and SCK. 2010-08-02 22:33:11 +00:00
wiring.c More accurate delay() function from BenF. 2010-05-25 20:16:15 +00:00
wiring.h Adding shiftIn() from Wiring (no count or delaytime though). 2010-08-11 22:59:00 +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 Adding shiftIn() from Wiring (no count or delaytime though). 2010-08-11 22:59:00 +00:00