- Mar 31, 2016
-
-
Cristian Maglie authored
-
- Mar 30, 2016
-
-
Sandeep Mistry authored
-
- Feb 18, 2016
-
-
Cristian Maglie authored
USBHost used to have an init() method that now is incorporated in Init(). The leftover init() calls in the library were calling the init() function in the variant files instead (that has nothing to do with the USBHost library). Removing the calls to init() fix it. Fix #115
-
bbx10node authored
0x00 CTRL-@ through 0x1F CTRL-_ Also return ASCII codes for keys: ESCAPE, DELETE, TAB, and BACKSPACE keys. Return correct code for ENTER and keypad ENTER keys.
-
bbx10node authored
Affects all devices that do IN transfers.
-
- Jan 19, 2016
-
-
Charles Cross authored
Followed the precedent in SPI and Wire libraries, adding #ifdefs to conditionally declare Wire interface externs
-
Charles Cross authored
-
- Jan 13, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- Jan 06, 2016
-
-
bbx10node authored
-
- Dec 14, 2015
-
-
bbx10node authored
Bulk endpoints were incorrectly shown as Interrupt.
-
- Nov 30, 2015
-
- Nov 18, 2015
-
-
Sandeep Mistry authored
-
- Nov 17, 2015
-
-
Sandeep Mistry authored
-
William authored
Adjust requestFrom, endTransmission, and startTransmissionWire to handle repeated starts
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Nov 04, 2015
-
-
Sandeep Mistry authored
-
- Nov 03, 2015
-
-
Cristian Maglie authored
-
- Oct 31, 2015
-
-
Paolo Paolucci authored
-
- Oct 21, 2015
-
-
Martino Facchin authored
-
- Oct 12, 2015
-
-
Martino Facchin authored
-
- Sep 23, 2015
-
-
Paolo Paolucci authored
-
- Sep 22, 2015
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- Sep 16, 2015
-
-
Martino Facchin authored
-
Martino Facchin authored
-
- Sep 10, 2015
-
-
Martino Facchin authored
-
- Sep 09, 2015
-
-
Cristian Maglie authored
-
Jean-Christophe BUDA authored
-
- Sep 08, 2015
-
-
Sandeep Mistry authored
-
- Aug 25, 2015
-
-
Sandeep Mistry authored
-
- Aug 13, 2015
-
-
Cristian Maglie authored
In the wire library there are several functions where an unnecessarily complex coding has been used: - endTransmission: the availability of data is already checked in while(...), therefore need not be checked again in the loop. - requestFrom: the for-loop has a predefined and fixed number of loops. Therefore a check whether the last element has been reached is unnecessary and does not add any benefit. Fixes #20
-
Thibaut VIARD authored
-
Thibaut VIARD authored
-
- Aug 11, 2015
-
-
Thibaut VIARD authored
-
Thibaut VIARD authored
-
- Aug 10, 2015
-
-
Thibaut VIARD authored
-
Thibaut VIARD authored
-