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
Age
Commit message (
Expand
)
Author
2017-11-13
UnConfigured I2C Slave ISR Causing Reboot
chuck todd
2017-11-13
[WIRE] Remove extra line from digital_potentiometer example
Quswar Mahmood Abid
2016-06-05
Fix buffer being overwritten by multiple twi_transmit calls
kellerkindt
2016-03-09
Fix Wire register
Paolo Paolucci
2016-03-04
Move AVR Wire library utility folder under source
Sandeep Mistry
2016-03-03
Update library.properties
SimonePDA
2016-03-02
add src folder when missing
Alice Pintus
2016-03-01
update sentences
Alice Pintus
2016-02-01
Fixed typo
Brent Wilkins
2016-01-18
Update Wire.cpp
Brent Wilkins
2015-11-28
Remove unused keywords from Wire libraries keywords.txt
per1234
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-09-18
Added categories to libraries
Cristian Maglie
2015-08-26
Wire (AVR): Fix bug with repeated START
Nate Williams
2015-08-25
implement Wire.end() for AVR core
Sandeep Mistry
2015-07-06
Examples: mass code format. See example_formatter.conf
Federico Fissore
2015-07-03
Support for repeated starts added to SAM Wire library
Matthew Lowe
2015-05-20
Due to website configuration changes, every url starting with http://arduino....
Federico Fissore
2015-05-19
Libraries bundled with cores will take the type of that core, instead of rely...
Federico Fissore
2015-05-14
Fixes #2969:
Arturo Guadalupi
2015-03-27
LibraryManager: better type filtering
Federico Fissore
2014-07-18
missing paragraph field in library.properties
Fede85
2014-07-18
modified sentences in library.properties files
Fede85
2014-03-06
Enable user to change the I2C clock frequency by calling setClock in the Wire...
Kristian Lauszus
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