More library friendly (from ntruchsess fork)
This commit is contained in:
parent
6723ee6e52
commit
ac43646ce5
34
keywords.txt
Normal file
34
keywords.txt
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
#######################################
|
||||||
|
# Syntax Coloring Map For OneWireSlave
|
||||||
|
#######################################
|
||||||
|
|
||||||
|
#######################################
|
||||||
|
# Datatypes (KEYWORD1)
|
||||||
|
#######################################
|
||||||
|
|
||||||
|
ReceiveEvent KEYWORD1
|
||||||
|
OneWireSlave KEYWORD1
|
||||||
|
Pin KEYWORD1
|
||||||
|
OWSlave KEYWORD1
|
||||||
|
|
||||||
|
#######################################
|
||||||
|
# Methods and Functions (KEYWORD2)
|
||||||
|
#######################################
|
||||||
|
|
||||||
|
begin KEYWORD2
|
||||||
|
end KEYWORD2
|
||||||
|
setReceiveCallback KEYWORD2
|
||||||
|
setReceiveBitCallback KEYWORD2
|
||||||
|
write KEYWORD2
|
||||||
|
writeBit KEYWORD2
|
||||||
|
stopWrite KEYWORD2
|
||||||
|
alarmed KEYWORD2
|
||||||
|
crc8 KEYWORD2
|
||||||
|
|
||||||
|
#######################################
|
||||||
|
# Constants (LITERAL1)
|
||||||
|
#######################################
|
||||||
|
|
||||||
|
RE_Reset LITERAL1
|
||||||
|
RE_Byte LITERAL1
|
||||||
|
RE_Error LITERAL1
|
@ -3,7 +3,7 @@ version=0.2
|
|||||||
author=neuoy
|
author=neuoy
|
||||||
maintainer=https://github.com/destroyedlolo/OneWireArduinoSlave
|
maintainer=https://github.com/destroyedlolo/OneWireArduinoSlave
|
||||||
sentence=Library to create slave 1-wire devices
|
sentence=Library to create slave 1-wire devices
|
||||||
paragraph=
|
paragraph= +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=Device Control
|
category=Device Control
|
||||||
url=https://github.com/destroyedlolo/OneWireArduinoSlave
|
url=https://github.com/destroyedlolo/OneWireArduinoSlave
|
||||||
architectures=*
|
architectures=*
|
||||||
|
Loading…
Reference in New Issue
Block a user