-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
Milestone
Description
micropython-microbit-v2/src/codal_app/microbithal.cpp
Lines 205 to 212 in f3db1e6
| int microbit_hal_i2c_init(int scl, int sda, int freq) { | |
| // TODO set pins | |
| int ret = uBit.i2c.setFrequency(freq); | |
| if (ret != DEVICE_OK) { | |
| return ret;; | |
| } | |
| return 0; | |
| } |
@dpgeorge if this is something that needs implementing in CODAL let me know, or feel free to open an issue in https://github.com/lancaster-university/codal-microbit-v2/issues