Correct bitmask for TWI SDA and SCL

This commit is contained in:
2025-10-01 01:39:27 +02:00
parent 05aae91d12
commit 45464300c7
+3 -2
View File
@@ -3,6 +3,7 @@
#include <sys/types.h>
#include <stdint.h>
#include <avr/io.h>
#include "eeprom.h"
#define MOISTURE_SENSOR_A0 PC0
@@ -42,8 +43,8 @@ inline void init() {
};
uint16_t values[DICT_SIZE] = {
2,
3,
(1 << PD2),
(1 << PD3),
0x20,
5,
0,