mirror of
https://github.com/enjoyneering/AHT10.git
synced 2024-10-03 18:09:02 -04:00
Update AHT10_AVR_LCD_i2c.ino
This commit is contained in:
parent
02029706d6
commit
4ea10a0c93
@ -44,7 +44,7 @@ const uint8_t humidity_icon[8] PROGMEM = {0x04, 0x0E, 0x0E, 0x1F, 0x1F, 0x1F,
|
||||
const uint8_t plus_minus_icon[8] PROGMEM = {0x00, 0x04, 0x0E, 0x04, 0x00, 0x0E, 0x00, 0x00};
|
||||
|
||||
|
||||
AHT10 myAHT10();
|
||||
AHT10 myAHT10(AHT10_ADDRESS_0X38);
|
||||
LiquidCrystal_I2C lcd(PCF8574_ADDR_A21_A11_A01, 4, 5, 6, 16, 11, 12, 13, 14, POSITIVE);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user