1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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)