ArduinoCore-avr/cores/arduino
David A. Mellis d7a87f18f0 Re-arranging header files and small fixes to optimized core functions. 2011-03-02 23:05:25 -05:00
..
Arduino.h Re-arranging header files and small fixes to optimized core functions. 2011-03-02 23:05:25 -05:00
HardwareSerial.cpp Moving wiring.h contents into Arduino.h. 2011-03-01 20:00:16 -05:00
HardwareSerial.h Making HardwareSerial tests register-based, not CPU-based. 2010-10-17 13:36:02 -04:00
Print.cpp Moving wiring.h contents into Arduino.h. 2011-03-01 20:00:16 -05:00
Print.h Removing BYTE keyword (use Serial.write() instead). 2011-02-26 13:58:03 -05:00
Stream.h SD File object implements Stream. 2010-11-20 11:45:05 -05:00
Tone.cpp Moving wiring.h contents into Arduino.h. 2011-03-01 20:00:16 -05:00
WCharacter.h Replacing custom String.toInt() function with a call to atol(). 2010-12-03 23:12:41 -05:00
WInterrupts.c Re-arranging header files and small fixes to optimized core functions. 2011-03-02 23:05:25 -05:00
WMath.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WString.cpp Renamed WProgram.h to Arduino.h. 2011-03-01 19:52:13 -05:00
WString.h Renamed WProgram.h to Arduino.h. 2011-03-01 19:52:13 -05:00
binary.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
main.cpp Renamed WProgram.h to Arduino.h. 2011-03-01 19:52:13 -05:00
pins_arduino.c 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
pins_arduino.h Re-arranging header files and small fixes to optimized core functions. 2011-03-02 23:05:25 -05:00
wiring.c Modifying basic functions (digital and analog, read and write) to use register-based ifdefs, not cpu-based. 2010-10-17 17:55:53 -04:00
wiring_analog.c Revert "Adding noAnalogWrite() function to disable PWM." 2011-02-18 10:40:56 -05:00
wiring_digital.c Revert "Changes to optimized digitalWrte(), etc." 2011-02-18 10:41:29 -05:00
wiring_private.h Moving wiring.h contents into Arduino.h. 2011-03-01 20:00:16 -05:00
wiring_pulse.c pulseIn() now times out while measuring the pulse, not just while waiting for it to start. 2010-11-22 23:33:59 -05:00
wiring_shift.c Adding shiftIn() from Wiring (no count or delaytime though). 2010-08-11 22:59:00 +00:00