Richard-Gemmell / teensy4_i2c

An I2C library for the Teensy 4. Provides slave and master mode.
MIT License
92 stars 20 forks source link

Non-Blocking API #37

Open Jebeandiah opened 1 year ago

Jebeandiah commented 1 year ago

Hi Richard, Thanks for the library. I am currently using it to read sensor outputs, but requestfrom() and endtransmission() are adding too significant of delay. I saw your library supports non-blocking api, but I don't know where. Any pointers for integrating nonblocking i2c would be great!