добавлено общее кол-во доступных i2c
This commit is contained in:
parent
2300f447f9
commit
f45ef1de67
@ -116,7 +116,7 @@ void spi_onEnd(uint8_t spiNum);
|
|||||||
// I2C
|
// I2C
|
||||||
#define PIN_WIRE_SDA (18)
|
#define PIN_WIRE_SDA (18)
|
||||||
#define PIN_WIRE_SCL (19)
|
#define PIN_WIRE_SCL (19)
|
||||||
#define I2C_NUM (1) // i2c number 1
|
#define I2C_COMMON_QTY (1)
|
||||||
static const uint8_t SDA = PIN_WIRE_SDA;
|
static const uint8_t SDA = PIN_WIRE_SDA;
|
||||||
static const uint8_t SCL = PIN_WIRE_SCL;
|
static const uint8_t SCL = PIN_WIRE_SCL;
|
||||||
// available frequencies
|
// available frequencies
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user