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
/
Wire.h
Age
Commit message (
Collapse
)
Author
2015-08-25
implement Wire.end() for AVR core
Sandeep Mistry
2015-07-03
Support for repeated starts added to SAM Wire library
Matthew Lowe
Additional interface method ported to avr for compatibility Fix issue #2428.
2014-03-06
Enable user to change the I2C clock frequency by calling setClock in the ↵
Kristian Lauszus
Wire library
2013-11-15
Revert "Wire library to the 1.5 format"
Cristian Maglie
This reverts commit a31857688bdc270ed65307755ff3b73ef4867982.
2013-09-10
Wire library to the 1.5 format
Fede85
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 ↵
Cristian Maglie
are searched per board/platform
2009-11-07
Moving libraries out of arduino platform / core directory and to top-level.
David A. Mellis
2008-06-21
Wire library patch to provide better error handling.
David A. Mellis
2007-10-06
Moving libraries out from inside targets and creating bootloaders directory.
David A. Mellis