Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 530 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 530 Bytes

NewPing-1.9.1

This is a copy for XOD patches of Tim Eckel's NewPing Library - v1.9.1 - 07/15/2018

How to use in a XOD patch:

#pragma XOD error_raise enable

#pragma XOD require "https://github.com/as000fm/NewPing-1.9.1"

{{#global}}
#include <NewPing.h>
{{/global}}

struct State {
};

{{ GENERATED_CODE }}

void evaluate(Context ctx) {
    //auto inValue = getValue<input_IN>(ctx);
    //emitValue<output_OUT>(ctx, inValue);
}