ArduinoCore-avr/cores/arduino
Zach Eveland 7d575222af HW Serial on pins 0 and 1 works. Accessed by Serial1.* methods 2011-08-18 19:40:04 -04:00
..
Arduino.h Factoring pin definitions out of the core. 2011-03-04 21:05:05 -05:00
CDC.cpp Temporary fix for auto-reset from IDE. Will reset chip when DTR is asserted, no matter what CDC baud rate is selected. 2011-08-16 13:43:55 -04:00
HID.cpp Serial via USB works 2011-08-14 16:59:34 -04:00
HardwareSerial.cpp HW Serial on pins 0 and 1 works. Accessed by Serial1.* methods 2011-08-18 19:40:04 -04:00
HardwareSerial.h Serial via USB works 2011-08-14 16:59:34 -04:00
Platform.h Serial via USB works 2011-08-14 16:59:34 -04:00
Print.cpp Added Printable interface class to allow printing of classes such as IPAddress 2011-06-04 09:19:17 -04:00
Print.h Added Printable interface class to allow printing of classes such as IPAddress 2011-06-04 09:19:17 -04:00
Printable.h Added Printable interface class to allow printing of classes such as IPAddress 2011-06-04 09:19:17 -04: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
USBAPI.h Serial via USB works 2011-08-14 16:59:34 -04:00
USBCore.cpp Serial via USB works 2011-08-14 16:59:34 -04:00
USBCore.h Serial via USB works 2011-08-14 16:59:34 -04:00
USBDesc.h Serial via USB works 2011-08-14 16:59:34 -04: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
WString.cpp Restoring concatenation of built-in types with String. 2011-03-31 10:56:14 -04:00
WString.h Restoring concatenation of built-in types with String. 2011-03-31 10:56:14 -04:00
binary.h
main.cpp Moving all pin definitions into pins_arduino.h. 2011-03-03 23:54:33 -05:00
wiring.c Moving TCCR1B reset into #ifdef check. 2011-03-06 11:29:35 -05:00
wiring_analog.c Revert "Adding noAnalogWrite() function to disable PWM." 2011-02-18 10:40:56 -05:00
wiring_digital.c Removing optimized digitalWrite(), digitalRead(), pinMode(). 2011-03-03 18:46:45 -05:00
wiring_private.h Moving all pin definitions into pins_arduino.h. 2011-03-03 23:54:33 -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