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