ArduinoCore-avr/cores/arduino
David A. Mellis 42ca56fb83 Adding Micro. 2012-10-27 14:12:26 -04:00
..
Arduino.h Adding ATmega644P check to ATmega1284P check. 2012-10-09 13:53:09 -04:00
CDC.cpp Avoid serial buffer overrun on leonardo 2012-09-13 08:46:45 -04:00
Client.h
HID.cpp fixed logic error in Keyboard.release() - now removes every occurrence of a key if it's present more than once 2012-03-28 19:46:32 -04:00
HardwareSerial.cpp Changing setting of the UMSELn bits (for UART mode) and serial config values. 2012-08-30 08:47:35 -04:00
HardwareSerial.h Changing setting of the UMSELn bits (for UART mode) and serial config values. 2012-08-30 08:47:35 -04:00
IPAddress.cpp
IPAddress.h
Platform.h
Print.cpp Print "ovf" if float to be printed doesn't fit in a long. 2012-06-28 23:20:56 -04:00
Print.h Check for NULL pointer in Print.write(). 2012-06-03 07:48:32 -04:00
Printable.h
Server.h
Stream.cpp Adding readString() and readStringUntil() to Stream (Adrian McEwen). 2012-05-16 15:39:34 -04:00
Stream.h Adding readString() and readStringUntil() to Stream (Adrian McEwen). 2012-05-16 15:39:34 -04:00
Tone.cpp Fix for tone() on Leonardo. 2012-08-08 18:27:40 +09:00
USBAPI.h Adding write(str) and write(buf, size) for USB CDC. 2012-06-14 15:54:13 +01:00
USBCore.cpp Adding Micro. 2012-10-27 14:12:26 -04:00
USBCore.h
USBDesc.h sketch USB VID and PID values are passed in from boards.txt at compile time now. changed sketch PIDs to final values. also uncommented Micro section in boards.txt 2012-04-09 08:06:35 -04:00
Udp.h
WCharacter.h
WInterrupts.c Added support for interrupt on INT2 and INT3 on the Leonardo 2012-06-02 20:08:46 +02:00
WMath.cpp
WString.cpp
WString.h Fix issue 866 2012-08-16 20:59:33 -07:00
binary.h
main.cpp renamed Leonardo USB_ class to USBDevice_ to be unambiguous. renamed "USB" object to "USBDevice" to prevent conflict with USB Host library (thanks Massimo) 2012-05-01 11:18:15 -04:00
new.cpp
new.h
wiring.c bugfix for configuring PWM on D6 and D13 too early. (thanks to Limor Fried) 2012-04-19 15:52:16 -04:00
wiring_analog.c Adding ATmega644P check to ATmega1284P check. 2012-10-09 13:53:09 -04:00
wiring_digital.c
wiring_private.h Adding ATmega644P check to ATmega1284P check. 2012-10-09 13:53:09 -04:00
wiring_pulse.c
wiring_shift.c