parent
026ace14ab
commit
5fc21386d6
@ -0,0 +1,12 @@ |
|||||||
|
import gex |
||||||
|
|
||||||
|
class OneWire(gex.Unit): |
||||||
|
""" |
||||||
|
Dallas 1-Wire master |
||||||
|
""" |
||||||
|
|
||||||
|
def _type(self): |
||||||
|
return '1WIRE' |
||||||
|
|
||||||
|
def test(self): |
||||||
|
return self._query(0x00) |
Loading…
Reference in new issue