ArduinoCore-avr/cores/arduino
Zach Eveland efa7593772 Mouse.isPressed() now checks only for left button by default
if no argument is given now checks left button by default to be consistent with press() and release() (thanks, David Mellis)
2012-05-15 15:48:51 -04:00
..
Arduino.h Adding INPUT_PULLUP option pinMode(). (Paul Stoffregen). 2012-01-02 14:20:28 -05:00
CDC.cpp fixed logic bug in Caterina that could stop the bootloader from entering self-programming mode 2012-04-11 23:19:05 -04:00
Client.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
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 added Boolean operators to HardwareSerial and CDC to test whether the port is ready to send data. 2012-04-01 12:54:35 -04:00
HardwareSerial.h added Boolean operators to HardwareSerial and CDC to test whether the port is ready to send data. 2012-04-01 12:54:35 -04:00
IPAddress.cpp Merge branch 'master' into wifly_integration 2011-08-28 20:28:53 +01:00
IPAddress.h Merge branch 'master' into wifly_integration 2011-08-28 20:28:53 +01:00
Platform.h support for non-Leonardo boards is back! 2011-08-30 11:50:08 -04:00
Print.cpp prog_char -> char PROGMEM in Print.cpp 2012-02-12 19:52:03 -05:00
Print.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
Printable.h Merge branch 'new-extension' of https://github.com/arduino/Arduino 2011-08-27 23:53:42 +01:00
Server.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
Stream.cpp Fixing findUntil() problem with repeated initial characters. (Jeffery.zksun) 2012-01-02 13:49:59 -05:00
Stream.h readBytes() and readBytesUntil() handle zero bytes and return # of bytes read. 2011-11-19 16:23:19 -05:00
Tone.cpp Moving wiring.h contents into Arduino.h. 2011-03-01 20:00:16 -05:00
USBAPI.h Mouse.isPressed() now checks only for left button by default 2012-05-15 15:48:51 -04:00
USBCore.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
USBCore.h Serial via USB works 2011-08-14 16:59:34 -04:00
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 Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
WCharacter.h Replacing custom String.toInt() function with a call to atol(). 2010-12-03 23:12:41 -05:00
WInterrupts.c Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader 2012-03-03 13:28:39 -05:00
WMath.cpp Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
WString.cpp Fixing warnings (unsigned comparisons to 0). (maniacbug) 2012-01-02 12:57:23 -05:00
WString.h Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot" 2011-10-27 11:45:13 -04:00
binary.h Improving third-party hardware support: 2009-11-21 23:23:43 +00:00
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 Added virtual destructor to Printable, which also requires new and delete operators to be added 2011-04-10 11:34:40 +01:00
new.h Added virtual destructor to Printable, which also requires new and delete operators to be added 2011-04-10 11:34:40 +01:00
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 bugfix for configuring PWM on D6 and D13 too early. (thanks to Limor Fried) 2012-04-19 15:52:16 -04:00
wiring_digital.c Merge branch 'master' of github.com:arduino/Arduino into new-extension 2012-01-10 12:02:27 -05:00
wiring_private.h Support 3rd external interrupt on ATmega1284P (maniacbug) 2011-12-02 17:17:27 -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