mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
5ef5b73df3
* keywords.txt (for syntax highlighting), library.properties (for a proper description added * moved Universal_Sensor_beta to the examples directory * moved Sensors, FDRS_Sensor and FDRS_Gateway to resources folder. They contain documentation which needs to be kept (to be discussed where to put that later on) but are fully redundant as they are just duplicates of the different sensors / gateways in the examples folder.
30 lines
773 B
Plaintext
30 lines
773 B
Plaintext
##########################################################
|
|
# Syntax Coloring Map For Farm-Data-Relay-System
|
|
##########################################################
|
|
|
|
##########################################################
|
|
# Datatypes (KEYWORD1)
|
|
##########################################################
|
|
|
|
DataReading KEYWORD1
|
|
|
|
##########################################################
|
|
# Methods and Functions (KEYWORD2)
|
|
##########################################################
|
|
|
|
beginFDRS KEYWORD2
|
|
loadFDRS KEYWORD2
|
|
sendFDRS KEYWORD2
|
|
sleepFDRS KEYWORD2
|
|
DBG KEYWORD2
|
|
getLoRa KEYWORD2
|
|
sendESPNOW KEYWORD2
|
|
sendSerial KEYWORD2
|
|
sendMQTT KEYWORD2
|
|
bufferESPNOW KEYWORD2
|
|
bufferSerial KEYWORD2
|
|
bufferMQTT KEYWORD2
|
|
bufferLoRa KEYWORD2
|
|
transmitLoRa KEYWORD2
|
|
getSerial KEYWORD2
|