- Jul 08, 2016
-
-
Sandeep Mistry authored
-
Arturo Guadalupi authored
Use TX buffer for Wire slave writes
-
Sandeep Mistry authored
-
Arturo Guadalupi authored
Enable digitalRead on output pins, only enable pull-up in digitalWrite if pin is not output
-
- Jul 07, 2016
-
-
Arturo Guadalupi authored
Add Serial_::availableForWrite()
-
- Jun 29, 2016
-
-
Cristian Maglie authored
-
- Jun 27, 2016
-
-
Cristian Maglie authored
Fix #149
-
- Jun 17, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- Jun 07, 2016
-
-
Arturo Guadalupi authored
Add Uart::availableForWrite()
-
- Jun 06, 2016
-
-
Arturo Guadalupi authored
Correct SerialUSB return value
-
Sandeep Mistry authored
-
- Jun 03, 2016
-
-
Sandeep Mistry authored
-
- May 30, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
Port of https://github.com/arduino/Arduino/pull/4996
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
rocketscream authored
-
- May 27, 2016
-
-
Sandeep Mistry authored
Previous 0 was always returned.
-
Sandeep Mistry authored
-
- May 19, 2016
-
-
Cristian Maglie authored
- May 09, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Apr 21, 2016
-
-
Sandeep Mistry authored
This enables WDT, so sketches do not work.
-
- Apr 20, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Apr 19, 2016
-
-
Cristian Maglie authored
-
Sandeep Mistry authored
Port of https://github.com/arduino/Arduino/commit/6a6ed3d10ad1470283d7771906ce81 ad97fa06f0
-
Sandeep Mistry authored
-
Cristian Maglie authored
Merge branch 'archive_file_path-backwards-compatibility' of https://github.com/sandeepmistry/ArduinoCore-samd
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Apr 06, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
Change digitalPinToInterrupt to return pin, and use g_APinDescription[pin].ulExtInt to map pin inside attachInterrupt/detachInterrupt This brings things inline with the atachInterrupt documentation for usage: attachInterrupt(digitalPinToInterrupt(pin), ISR, mode);
-