mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 07:24:54 +01:00
Update esphome/components/gp8211/gp8211.h
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
d074bc2819
commit
18f5837cee
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ namespace esphome {
|
||||||
namespace gp8211 {
|
namespace gp8211 {
|
||||||
|
|
||||||
enum GP8211Voltage {
|
enum GP8211Voltage {
|
||||||
GP8211_VOLTAGE_5V = 0x00,
|
GP8211_VOLTAGE_5V = 0x55,
|
||||||
GP8211_VOLTAGE_10V = 0x11,
|
GP8211_VOLTAGE_10V = 0x77,
|
||||||
};
|
};
|
||||||
|
|
||||||
class GP8211 : public Component, public i2c::I2CDevice {
|
class GP8211 : public Component, public i2c::I2CDevice {
|
||||||
|
|
Loading…
Reference in a new issue