diff options
Diffstat (limited to 'src/devices/fc0013.rs')
| -rw-r--r-- | src/devices/fc0013.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/fc0013.rs b/src/devices/fc0013.rs index bd5ab50..6482eee 100644 --- a/src/devices/fc0013.rs +++ b/src/devices/fc0013.rs @@ -1,8 +1,8 @@ use super::Device; pub const FC0013: Device = Device { - NAME: "Fitipower FC0013", - I2C_ADDR: 0xc6, - CHECK_ADDR: 0x00, - CHECK_VAL: 0xa3 + name: "Fitipower FC0013", + i2c_addr: 0xc6, + check_addr: 0x00, + check_val: 0xa3 }; |
