summaryrefslogtreecommitdiff
path: root/src/devices/r820t.rs
blob: 70fad382fbe65d8c1dae3616a0a0e546b64da4f8 (plain)
1
2
3
4
5
6
7
8
use super::Device;

pub const R820T: Device = Device {
    name: "Rafael Micro R820T",
    i2c_addr: 0x34,
    check_addr: 0x00,
    check_val: 0x69
};