added arduino settings explanation

This commit is contained in:
RLF
2024-01-16 00:11:50 -05:00
parent ea4b12908c
commit ceae74ce94

View File

@@ -14,7 +14,9 @@ IR reveiver module /w remote
### Software ### Software
Latest Arduino (v1 or v2) IDE Latest Arduino (v1 or v2) IDE
Linux Bash (not tested on WSL/WSL2) Linux Bash (for monitor_sender.sh) (not tested on WSL/WSL2)
or
Linux (C daemon: unomodD) (not tested on WSL/WSL2)
#### Headers #### Headers
[Liquid Crystal library](http://www.arduino.cc/en/Reference/LiquidCrystal) [Liquid Crystal library](http://www.arduino.cc/en/Reference/LiquidCrystal)
@@ -55,12 +57,17 @@ IR Pinout
Start char is: '#' Start char is: '#'
End char is: '@' End char is: '@'
2nd char denotes which line number/mode to use 2nd char denotes which line number/mode to use
The 3rd line should be a whole integer 0-100 for the system load or other similarly ranged value The LAVG line should be a whole integer 0-100 for the system load or other similarly ranged value
Setting Schema:
* LCDLength:LCDDelay:LEDBrightness:LEDDelay
* 16:5:1:3
Example: Example:
Line 1: #1Archamedis Status@ * Line 1: #1Archamedis Status@
Line 2: #299% free / etc.@ * Line 2: #299% free / etc.@
LAVG 3: #324@ * LAVG 3: #324@
* LSET 0: #016:5:1:3@
#### Serial Output Schema (IR commands) #### Serial Output Schema (IR commands)