stevemarple / SoftWire

Software I2C implementation for Arduino and other Wiring-type environments
GNU Lesser General Public License v2.1
136 stars 31 forks source link

Wire.onRequest(handler) Support? #34

Open corndog2000 opened 8 months ago

corndog2000 commented 8 months ago

Hi, does this library support the onRequest function from the Arduino Wire library?

https://www.arduino.cc/reference/en/language/functions/communication/wire/onrequest/