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