#include <Wire.h> node { meta { using Type = TwoWire*; } void evaluate(Context ctx) { Wire.begin(); emitValue<output_OUT>(ctx, &Wire); } }
© 2017–2024XOD Inc
Contact us: hello@xod.io