builtin-led

nkrkv/my-utils/builtin-led

A value referring the port to which the on-board LED is connected. Ex: `D13` on Arduino Uno.
builtin-led
@/builtin-led
A value referring the port to which the on-board LED is connected. Ex: `D13` on Arduino Uno.
builtin-led
OUT
OUTport
To use the node in your project you should have the nkrkv/my-utils library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.

C++ implementation

struct State {
};

{{ GENERATED_CODE }}

void evaluate(Context ctx) {
    emitValue<output_OUT>(ctx, LED_BUILTIN);
}