index
:
ti-tmp117-rs
main
Library and CLI for interacting with Texas Instruments TMP117 temperature sensor
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tmp117
/
src
/
eeprom.rs
blob: 293c74febc90c23947db2afb2ba18fd49049a8a0 (
plain
)
1
2
3
4
5
6
7
pub
struct
EEPROM
{
pub
eeprom1
:
u16
,
pub
eeprom2
:
u16
,
pub
eeprom3
:
u16
,
}