You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
346 B
18 lines
346 B
//
|
|
// Created by MightyPork on 2018/01/29.
|
|
//
|
|
|
|
#ifndef GEX_F072_OW_COMMANDS_H
|
|
#define GEX_F072_OW_COMMANDS_H
|
|
|
|
#ifndef OW_INTERNAL
|
|
#error bad include!
|
|
#endif
|
|
|
|
#define OW_ROM_SEARCH 0xF0
|
|
#define OW_ROM_READ 0x33
|
|
#define OW_ROM_MATCH 0x55
|
|
#define OW_ROM_SKIP 0xCC
|
|
#define OW_ROM_ALM_SEARCH 0xEC
|
|
|
|
#endif //GEX_F072_OW_COMMANDS_H
|
|
|