mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
bb1937ab88
missing definition of GPIOPin: In file included from src/esphome/components/my9231/my9231.cpp:1:0: src/esphome/components/my9231/my9231.h:13:19: error: 'GPIOPin' has not been declared void set_pin_di(GPIOPin *pin_di) { pin_di_ = pin_di; } ^ src/esphome/components/my9231/my9231.h:14:21: error: 'GPIOPin' has not been declared void set_pin_dcki(GPIOPin *pin_dcki) { pin_dcki_ = pin_dcki; } ^ src/esphome/components/my9231/my9231.h:51:3: error: 'GPIOPin' does not name a type GPIOPin *pin_di_; ^ src/esphome/components/my9231/my9231.h:52:3: error: 'GPIOPin' does not name a type GPIOPin *pin_dcki_; ^ |
||
---|---|---|
.github | ||
docker | ||
esphome | ||
script | ||
tests | ||
.clang-format | ||
.clang-tidy | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitpod.yml | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
MANIFEST.in | ||
platformio.ini | ||
pylintrc | ||
README.md | ||
requirements_test.txt | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
ESPHome
Documentation: https://esphome.io/
For issues, please go to the issue tracker.
For feature requests, please see feature requests.