forked from youen/OneWireArduinoSlave
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.
10 lines
527 B
10 lines
527 B
9 years ago
|
name=OneWireSlave
|
||
|
version=0.1
|
||
|
author=Youen Toupin, aka neuoy
|
||
|
maintainer=Youen Toupin, aka neuoy
|
||
|
sentence=Communicate using the Dallas one-wire protocol, where the Arduino takes the role of a slave.
|
||
|
paragraph=This library allows you to emulate existing 1-wire devices with an Arduino, or to create your own protocol. All low-level details are handled by the library, such as reset detection, ROM matching, byte sending and receiving.
|
||
|
category=Signal Input/Output
|
||
|
url=https://github.com/neuoy/OneWireArduinoSlave
|
||
|
architectures=*
|