update i2c tools

This commit is contained in:
MX
2022-11-10 08:23:54 +03:00
parent 68219f0d7b
commit 3420cda83a
7 changed files with 36 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ typedef enum { I2C_BUS_FREE, I2C_BUS_STARTED } i2cBusStates;
#define MAX_MESSAGE_SIZE 128
// Nb of records
#define MAX_RECORDS 32
#define MAX_RECORDS 128
/// @brief Struct used to store our reads
typedef struct {