ferris/0_1: update I2C API usage (#24839)

This commit is contained in:
Ryan
2025-01-21 09:53:46 +11:00
committed by GitHub
parent a98070f212
commit 68130cc8a5
3 changed files with 21 additions and 30 deletions

View File

@@ -21,9 +21,6 @@
#include <stdint.h>
#define I2C_READ 0x01
#define I2C_WRITE 0x00
typedef int16_t i2c_status_t;
#define I2C_STATUS_SUCCESS (0)