Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2021-08-31 12:08:30 -04:00
parent dac8ef9322
commit a0df1fcd76
1 changed files with 5 additions and 0 deletions

View File

@ -136,6 +136,11 @@ Valid `index` parameter values:
| 2 | Brake switch |
| 3 | AC switch |
### readPin
Reads physical value of arbitrary MCU pin
- Parameters
- `pinName`: string name of MCU pin, for examples "PD15"
## Output