summaryrefslogtreecommitdiff
path: root/src/drivers/TwiMaster.cpp
AgeCommit message (Collapse)Author
2020-07-22Fixed include paths for nRF5 SDKLee Lup Yuen
/home/runner/work/pinetime-lab/pinetime-lab/src/drivers/TwiMaster.cpp:1:10: fatal error: sdk/integration/nrfx/nrfx_log.h: No such file or directory: #include <sdk/integration/nrfx/nrfx_log.h>
2020-07-19New implementation of the I²C/TWI driver.JF
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.