Update esphome/components/gp8211/gp8211.h

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
haudamekki 2024-10-31 08:09:07 +01:00 committed by GitHub
parent d074bc2819
commit 18f5837cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {