Age | Commit message (Expand) | Author |
2020-07-23 | Merge tag '1.8.3' into upstream-updates | David Madison |
2020-06-11 | Wire: apply last suggested comment from @matthijskooijman | Martino Facchin |
2020-06-11 | Wire: improve comments on timeout | Matthijs Kooijman |
2020-06-11 | Wire: add sensible defaults to setWireTimeout | Martino Facchin |
2020-06-11 | Introduce non compulsory Wire timeout | Greyson Christoforo |
2020-02-01 | Merge ArduinoCore-avr Release 1.8.2 | David Madison |
2019-09-16 | Add i2c_scanner to example of Wire (#93) | Asuki Kono |
2019-09-16 | Merge pull request #95 from jrowberg/master | Alexander Entinger |
2019-08-16 | Update twi.c | CombiesGit |
2019-07-21 | Cast pins to signed integers to avoid Wtype-limits compile warning | Jeff Rowberg |
2019-02-15 | Remove HID library | David Madison |
2018-11-26 | Removed historic Arduino-0012 workaround | Florian Schweiger |
2018-09-03 | Fix compiler warnings about ignored 'const' in EEPROM.h | Brian Park |
2018-04-12 | Update DigitalPotControl.ino | SimonePDA |
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-08-14 | Update SoftwareSerialExample.ino | Paul Vivier |
2016-07-18 | Wrap SoftwareSerial _SS_MAX_RX_BUFF define | Sandeep Mistry |
2016-06-05 | Fix buffer being overwritten by multiple twi_transmit calls | kellerkindt |
2016-04-05 | Update SoftwareSerial.cpp | Bradley Luke Totaro |
2016-04-04 | Merge pull request #4716 from asukiaaa/master | Sandeep Mistry |
2016-03-19 | Corrected comments of rx and tx for SoftwareSerial example. | asukiaaa |
2016-03-10 | Make SoftwareSerial receive buffer a uint8_t array | Sandeep Mistry |
2016-03-10 | Add missing cast to SoftwareSerial::peek() when returning buffered value | Sandeep Mistry |
2016-03-09 | Fix Wire register | Paolo Paolucci |
2016-03-04 | Move AVR Wire library utility folder under source | Sandeep Mistry |
2016-03-03 | Merge pull request #4646 from arduino/SimonePDA-patch-3 | Sandeep Mistry |
2016-03-03 | Merge pull request #4645 from arduino/SimonePDA-patch-2 | Sandeep Mistry |
2016-03-03 | Update library.properties | SimonePDA |
2016-03-03 | Update library.properties | SimonePDA |
2016-03-03 | Update library.properties | SimonePDA |
2016-03-03 | Update library.properties | SimonePDA |
2016-03-02 | add src folder when missing | Alice Pintus |
2016-03-02 | moved .h file in src folder | 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-12-10 | Added HID_REPORT_TYPE definitions | NicoHood |
2015-11-30 | Merge branch 'remove-wire-keywords' of https://github.com/per1234/Arduino | Cristian Maglie |
2015-11-28 | Remove unused keywords from Wire libraries keywords.txt | per1234 |
2015-11-24 | eeprom_clear example: Set pinMode of LED pin | per1234 |
2015-11-11 | SoftwareSerial: fix flush() behaviour | Cristian Maglie |
2015-11-05 | Remove tx_pin_write from SoftwareSerial.h | Sandeep Mistry |
2015-11-05 | Remove unused param warning | Sandeep Mistry |
2015-11-05 | Add inline to recv and setRxIntMsk to remove warning (#4078) | Sandeep Mistry |
2015-10-30 | [PUSB] Fixed return value for HID_::SendReport | Cristian Maglie |
2015-10-30 | [PHID] send data if report ID was sent successful | Nico |
2015-10-30 | Added return value to HID SendReport | NicoHood |
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 |