1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-20 11:58:14 +00:00
puuu bb1937ab88 Fix compilation of my9231 component (#533)
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_;
^
2019-05-10 13:48:38 +02:00
2019-04-22 21:56:30 +02:00
2019-04-24 17:08:05 +02:00
2019-05-08 15:26:44 +02:00
2019-05-08 11:31:06 +02:00
2018-09-25 10:30:45 +02:00
2019-05-08 15:37:18 +02:00
2019-04-24 17:08:05 +02:00
2019-05-01 20:37:55 +02:00
2019-04-22 21:56:30 +02:00
2019-04-22 21:56:30 +02:00
2019-02-14 13:49:22 +01:00
2019-03-16 22:24:26 +01:00
2019-04-24 17:08:05 +02:00

ESPHome Build Status Discord Chat GitHub release

ESPHome Logo

Documentation: https://esphome.io/

For issues, please go to the issue tracker.

For feature requests, please see feature requests.

Description
No description provided
Readme Multiple Licenses 372 MiB
Languages
C++ 70.4%
Python 29.3%
C 0.1%