int-array

maks971014/nrf24-17032020-v2/int-array

No description
int-array
@/int-array
CONNpulse
sizenumber
int-array
CONN
size
DONE
DONEpulse
To use the node in your project you should have the maks971014/nrf24-17032020-v2 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) {
    if (!isInputDirty<input_CONN>(ctx))return;
    auto size = static_cast<int> (getValue<input_size>(ctx));
    
    emitValue<output_DONE>(ctx, 1);
}