esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.
Apache License 2.0
192 stars 28 forks source link

Blocking I2C #55

Closed hanhossain closed 3 years ago

hanhossain commented 3 years ago

This takes the changes made in #26 and adds onto them. Tested with the SSD1306 (using the Heltec LoRa 32 board) and the MPU6050.

Thank you @fmckeogh for the groundwork!

MabezDev commented 3 years ago

Awesome! I'll take this out for a spin this weekend!

hanhossain commented 3 years ago

Hey @MabezDev, friendly bump :)

MabezDev commented 3 years ago

Perfect! Thanks for the contribution @hanhossain!