Добавляем расширитель портов MCP23017

This commit is contained in:
2022-02-21 20:00:18 +03:00
parent 9fe7adb151
commit 5a96d39012
9 changed files with 119 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ lib_deps_external =
me-no-dev/ESP Async WebServer
Links2004/WebSockets
knolleary/PubSubClient
[env:esp8266_4mb]
build_flags = -Desp8266_4mb="esp8266_4mb"
framework = arduino
@@ -33,10 +34,11 @@ lib_deps =
adafruit/Adafruit BME280 Library
Adafruit AHTX0
marcoschwartz/LiquidCrystal_I2C@^1.1.4
me-no-dev/ESPAsyncUDP ;для esp32 данная библиотека встроена в ядро
me-no-dev/ESPAsyncUDP
ClosedCube HDC1080
https://github.com/JonasGMorsch/GY-21.git
adafruit/Adafruit ADS1X15 @ ^2.3.0
adafruit/Adafruit MCP23017 Arduino Library@^2.0.2
monitor_filters = esp8266_exception_decoder
upload_speed = 921600
monitor_speed = 115200
@@ -59,6 +61,7 @@ lib_deps =
ClosedCube HDC1080
https://github.com/JonasGMorsch/GY-21.git
adafruit/Adafruit ADS1X15 @ ^2.3.0
adafruit/Adafruit MCP23017 Arduino Library@^2.0.2
monitor_filters = esp32_exception_decoder
upload_speed = 921600
monitor_speed = 115200