mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Remove pin stuff
This commit is contained in:
parent
00c5233bf4
commit
c974fbbea8
1 changed files with 0 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "esphome/components/i2c/i2c.h"
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/core/gpio.h"
|
||||
|
||||
namespace esphome {
|
||||
namespace es8388 {
|
||||
|
@ -10,10 +9,6 @@ namespace es8388 {
|
|||
class ES8388Component : public Component, public i2c::I2CDevice {
|
||||
public:
|
||||
void setup() override;
|
||||
void set_power_pin(GPIOPin *pin) { this->power_pin_ = pin; }
|
||||
|
||||
protected:
|
||||
GPIOPin *power_pin_;
|
||||
};
|
||||
|
||||
} // namespace es8388
|
||||
|
|
Loading…
Reference in a new issue