test soft i2c write and read passed

This commit is contained in:
2025-11-18 14:37:42 +08:00
parent 73733da6dd
commit 1d75c96f74
6 changed files with 233 additions and 184 deletions

View File

@@ -3,5 +3,6 @@
#include <stdint.h>
void delay_ms(uint16_t ms);
void delay_us(uint16_t us);
#endif /* ti_msp_dl_config_h */