led1

controls LED1 (green) on the board
Author: Johannes Taelman
License: BSD
Github: gpio/out/led1.axo

Inlets

bool32 true = on

Outlets

None

Init
sysmon_disable_blinker();
palSetPadMode(LED1_PORT, LED1_PIN, PAL_MODE_OUTPUT_PUSHPULL);
Control Rate
palWritePad(LED1_PORT, LED1_PIN, (inlet_in > 0));

Privacy

© 2024 Zrna Research