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.
|
//
|
|
// Created by MightyPork on 2018/01/02.
|
|
//
|
|
// Dallas 1-Wire master unit
|
|
//
|
|
|
|
#ifndef GEX_F072_UNIT_1WIRE_H
|
|
#define GEX_F072_UNIT_1WIRE_H
|
|
|
|
#include "unit.h"
|
|
|
|
extern const UnitDriver UNIT_1WIRE;
|
|
|
|
#endif //GEX_F072_UNIT_1WIRE_H
|
|
|