tuupola / bm8563

Platform agnostic I2C driver for BM8563 RTC
MIT License
9 stars 5 forks source link

#include "user_i2c.h" #9

Open Newbieinhouse opened 2 years ago

Newbieinhouse commented 2 years ago

Thanks for posting your work. Just wonder where to find this

include "user_i2c.h" ?

Yes I am new here and finding it may be obvious but not for me. I can find it.. I am looking for how to Set the alarm for waking up an esp32 unit.

Sorry if this breaks any rules...

tuupola commented 2 years ago

You need to provide the i2c functions by yourself. If you are using ESP32 you could use these:

https://github.com/tuupola/esp_i2c_helper

You can find example usage at:

https://github.com/tuupola/esp_m5stick