#include <stdint.h>
#include "../../../config_pages.h"
Go to the source code of this file.
◆ getProgrammableIOOutputStatus()
| uint8_t getProgrammableIOOutputStatus |
( |
void |
| ) |
|
Get the output status of the programmable I/O system.
- Returns
- The compressed output status.
◆ initialiseProgrammableIO()
| void initialiseProgrammableIO |
( |
config13 & |
page13 | ) |
|
Initialise the programmable I/O system.
- Parameters
-
◆ programmableIOControl()
| void programmableIOControl |
( |
const config13 & |
page13 | ) |
|
Control function for the programmable I/O system. Should be called regularly (e.g. in main loop) to check the rules and update outputs accordingly.
- Parameters
-
◆ programmableIOGetData()
| int16_t programmableIOGetData |
( |
uint16_t |
index | ) |
|
Get single I/O data var (from current) for comparison.
- Parameters
-
| index | Field index/number (?) |