Renamed i2c to twi.

This commit is contained in:
Martin Preuss
2023-02-05 15:39:15 +01:00
parent a2e2bb23ff
commit c1aee1e2c5
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
#define AQH_MSG_TYPE_PONG 11
#define AQH_MSG_TYPE_COMSENDSTATS 20
#define AQH_MSG_TYPE_COMRECVSTATS 21
#define AQH_MSG_TYPE_I2CBUSMEMBER 30
#define AQH_MSG_TYPE_TWIBUSMEMBER 30
#define AQH_MSG_TYPE_DEBUG 40
#define AQH_MSG_TYPE_VALUE 50
#define AQH_MSG_TYPE_NEED_ADDRESS 60