aboutsummaryrefslogtreecommitdiff
path: root/libraries
AgeCommit message (Expand)Author
2021-05-26Correct typos in comments and documentationper1234
2021-02-25Declare TwoWire functions as virtualArkadyGamza
2021-01-09fix twi_manageTimeoutFlag function descriptionGreyson Christoforo
2020-06-11Wire: apply last suggested comment from @matthijskooijmanMartino Facchin
2020-06-11Wire: improve comments on timeoutMatthijs Kooijman
2020-06-11Wire: add sensible defaults to setWireTimeoutMartino Facchin
2020-06-11Introduce non compulsory Wire timeoutGreyson Christoforo
2019-09-16Add i2c_scanner to example of Wire (#93)Asuki Kono
2019-09-16Merge pull request #95 from jrowberg/masterAlexander Entinger
2019-08-16Update twi.cCombiesGit
2019-07-21Cast pins to signed integers to avoid Wtype-limits compile warningJeff Rowberg
2018-11-26Removed historic Arduino-0012 workaroundFlorian Schweiger
2018-09-03Fix compiler warnings about ignored 'const' in EEPROM.hBrian Park
2018-04-12Update DigitalPotControl.inoSimonePDA
2017-11-13UnConfigured I2C Slave ISR Causing Rebootchuck todd
2017-11-13[WIRE] Remove extra line from digital_potentiometer exampleQuswar Mahmood Abid
2016-08-14Update SoftwareSerialExample.inoPaul Vivier
2016-07-18Wrap SoftwareSerial _SS_MAX_RX_BUFF defineSandeep Mistry
2016-06-05Fix buffer being overwritten by multiple twi_transmit callskellerkindt
2016-04-05Update SoftwareSerial.cppBradley Luke Totaro
2016-04-04Merge pull request #4716 from asukiaaa/masterSandeep Mistry
2016-03-19Corrected comments of rx and tx for SoftwareSerial example.asukiaaa
2016-03-10Make SoftwareSerial receive buffer a uint8_t arraySandeep Mistry
2016-03-10Add missing cast to SoftwareSerial::peek() when returning buffered valueSandeep Mistry
2016-03-09Fix Wire registerPaolo Paolucci
2016-03-04Move AVR Wire library utility folder under sourceSandeep Mistry
2016-03-03Merge pull request #4646 from arduino/SimonePDA-patch-3Sandeep Mistry
2016-03-03Merge pull request #4645 from arduino/SimonePDA-patch-2Sandeep Mistry
2016-03-03Update library.propertiesSimonePDA
2016-03-03Update library.propertiesSimonePDA
2016-03-03Update library.propertiesSimonePDA
2016-03-03Update library.propertiesSimonePDA
2016-03-02add src folder when missingAlice Pintus
2016-03-02moved .h file in src folderAlice Pintus
2016-03-01update sentencesAlice Pintus
2016-02-01Fixed typoBrent Wilkins
2016-01-18Update Wire.cppBrent Wilkins
2015-12-10Added HID_REPORT_TYPE definitionsNicoHood
2015-11-30Merge branch 'remove-wire-keywords' of https://github.com/per1234/ArduinoCristian Maglie
2015-11-28Remove unused keywords from Wire libraries keywords.txtper1234
2015-11-24eeprom_clear example: Set pinMode of LED pinper1234
2015-11-11SoftwareSerial: fix flush() behaviourCristian Maglie
2015-11-05Remove tx_pin_write from SoftwareSerial.hSandeep Mistry
2015-11-05Remove unused param warningSandeep Mistry
2015-11-05Add inline to recv and setRxIntMsk to remove warning (#4078)Sandeep Mistry
2015-10-30[PUSB] Fixed return value for HID_::SendReportCristian Maglie
2015-10-30[PHID] send data if report ID was sent successfulNico
2015-10-30Added return value to HID SendReportNicoHood
2015-10-22check TWWC (Write Collision Flag) bit after setting TWDRSandeep Mistry
2015-10-22release TWI bus right after stop or repeated start is conditionSandeep Mistry