led2

controls LED2 (red) on the board
Author: Johannes Taelman
License: BSD
Github: gpio/out/led2.axo

Inlets

bool32 true = on

Outlets

None

Init
sysmon_disable_blinker();
palSetPadMode(LED2_PORT, LED2_PIN, PAL_MODE_OUTPUT_PUSHPULL);
Control Rate
palWritePad(LED2_PORT, LED2_PIN, (inlet_in > 0));

Privacy

© 2024 Zrna Research