index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libraries
/
Wire
/
utility
Age
Commit message (
Expand
)
Author
2016-02-01
Fixed typo
Brent Wilkins
2015-10-22
check TWWC (Write Collision Flag) bit after setting TWDR
Sandeep Mistry
2015-10-22
release TWI bus right after stop or repeated start is condition
Sandeep Mistry
2015-08-26
Wire (AVR): Fix bug with repeated START
Nate Williams
2015-08-25
implement Wire.end() for AVR core
Sandeep Mistry
2013-11-15
Revert "Wire library to the 1.5 format"
Cristian Maglie
2013-09-10
Wire library to the 1.5 format
Fede85
2013-04-03
Merged 1.0.5
Cristian Maglie
2012-12-10
fixed permissions on a lot of text files. see #1116
Federico Fissore
2012-05-22
Pre-merge upstream Arduino
Cristian Maglie
2012-01-04
Moved libraries folder inside platform folder. Now libraries and examples are...
Cristian Maglie
2009-11-07
Moving libraries out of arduino platform / core directory and to top-level.
David A. Mellis
2009-06-20
Fixing indentation in twi.c.
David A. Mellis
2009-06-20
Fixing bug in Wire library that caused it to read and discard one extra byte ...
David A. Mellis
2009-06-01
First integration of the Arduino code in Processing 5503: PreProcessor and Co...
David A. Mellis