|
@@ -8,7 +8,7 @@
|
|
|
#define TEMPERATURE_MAX_C (60)
|
|
#define TEMPERATURE_MAX_C (60)
|
|
|
#define MAX_CYCLES (2)
|
|
#define MAX_CYCLES (2)
|
|
|
#define TARGET_MCU_ADDRESS (0x47)
|
|
#define TARGET_MCU_ADDRESS (0x47)
|
|
|
-#define MEASUREMENT_CHECK_INTERVAL 1000 //Do not know yet the exact timing
|
|
|
|
|
|
|
+#define MEASUREMENT_CHECK_INTERVAL 3200 //Do not know yet the exact timing
|
|
|
|
|
|
|
|
typedef struct{
|
|
typedef struct{
|
|
|
uint8_t txBuffer[I2C_TX_MAX_PACKET_SIZE];
|
|
uint8_t txBuffer[I2C_TX_MAX_PACKET_SIZE];
|