diff options
Diffstat (limited to 'src/devices/r820t.rs')
| -rw-r--r-- | src/devices/r820t.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/r820t.rs b/src/devices/r820t.rs index 094816a..70fad38 100644 --- a/src/devices/r820t.rs +++ b/src/devices/r820t.rs @@ -1,8 +1,8 @@ use super::Device; pub const R820T: Device = Device { - NAME: "Rafael Micro R820T", - I2C_ADDR: 0x34, - CHECK_ADDR: 0x00, - CHECK_VAL: 0x69 + name: "Rafael Micro R820T", + i2c_addr: 0x34, + check_addr: 0x00, + check_val: 0x69 }; |
