issues
search
adafruit
/
Adafruit_Arduino_Boards
Configuration and other support files to use Adafruit's boards like Trinket, Pro Trinket, Gemma, Flora, and more with the Arduino IDE 1.6.x
51
stars
36
forks
source link
add Wire::end() for busio
#19
Closed
hathach
closed
2 years ago
hathach
commented
2 years ago
Mostly to add Wire:end() for busio
https://github.com/adafruit/Adafruit_BusIO/pull/68
all new code is cherry-picked from upstream Wire (without the timeout hanlding since it has potential to break existing code)
https://github.com/arduino/ArduinoCore-avr/tree/master/libraries/Wire/src
and should have no changes in existing code
Some format/index to match upstream, make it easier to sync later on should we need to