Sha256: 20cdc819fd081f29e4e24ca954fdb14261ed76e3cc022aa2a5c78c7f1aa6e5a9
Contents?: true
Size: 410 Bytes
Versions: 8
Compression:
Stored size: 410 Bytes
Contents
module Denko module OneWire module Constants READ_POWER_SUPPLY = 0xB4 CONVERT_T = 0x44 SEARCH_ROM = 0xF0 READ_ROM = 0x33 SKIP_ROM = 0xCC MATCH_ROM = 0x55 ALARM_SEARCH = 0xEC READ_SCRATCH = 0xBE WRITE_SCRATCH = 0x4E COPY_SCRATCH = 0x48 RECALL_EEPROM = 0xB8 end end end
Version data entries
8 entries across 8 versions & 1 rubygems