.. |
Arduino.h
|
Factoring pin definitions out of the core.
|
2011-03-04 21:05:05 -05:00 |
binary.h
|
Improving third-party hardware support:
|
2009-11-21 23:23:43 +00:00 |
CDC.cpp
|
changed auto-reset trigger condition to fix auto-reset-and-upload for Windows. now reboots when a port, opened at 1200 bps, is closed.
|
2011-09-06 20:58:00 -04:00 |
Client.h
|
Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed
|
2011-08-29 22:36:28 +01:00 |
HardwareSerial.cpp
|
changed baudrate for auto-reset-and-upload back to 1200 bps. specified arduino protocol for Leonardo avrdude upload.
|
2011-09-05 13:08:05 -04:00 |
HardwareSerial.h
|
Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-extension
|
2011-09-05 12:53:45 -04:00 |
HID.cpp
|
added Mouse press() and release()
|
2011-08-30 20:23:06 -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 |
main.cpp
|
Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-extension
|
2011-09-05 12:53:45 -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 |
Platform.h
|
support for non-Leonardo boards is back!
|
2011-08-30 11:50:08 -04:00 |
Print.cpp
|
Moving write errors out of return value into separate API methods.
|
2011-08-26 16:08:14 -04:00 |
Print.h
|
Renaming writeError() to getWriteError() in Print (and Stream and friends).
|
2011-08-31 15:39:20 -04:00 |
Printable.h
|
Merge branch 'new-extension' of https://github.com/arduino/Arduino
|
2011-08-27 23:53:42 +01:00 |
Server.h
|
Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed
|
2011-08-29 22:36:28 +01:00 |
Stream.cpp
|
Stream.readBytesUntil() now writes null terminator within length.
|
2011-08-18 15:13:47 -04:00 |
Stream.h
|
A few API changes to new Stream parsing functions.
|
2011-08-17 14:16:47 -04:00 |
Tone.cpp
|
Moving wiring.h contents into Arduino.h.
|
2011-03-01 20:00:16 -05:00 |
Udp.h
|
Created an abstract base class UDP to match the Client and Server classes, and reworked the Ethernet library to use it and derive EthernetUDP.
|
2011-08-30 21:27:31 +01:00 |
USBAPI.h
|
added Mouse press() and release()
|
2011-08-30 20:23:06 -04:00 |
USBCore.cpp
|
support for non-Leonardo boards is back!
|
2011-08-30 11:50:08 -04:00 |
USBCore.h
|
Serial via USB works
|
2011-08-14 16:59:34 -04:00 |
USBDesc.h
|
Revert "support compile-time passing of PID to Leonardo/Micro sketches. PID comes from boards.txt - different for Micro and Leonardo"
|
2011-09-08 15:39:17 -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 |
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 |
wiring.c
|
Moving TCCR1B reset into #ifdef check.
|
2011-03-06 11:29:35 -05:00 |
WMath.cpp
|
Improving third-party hardware support:
|
2009-11-21 23:23:43 +00:00 |
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 |