Skip to content

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

Notifications You must be signed in to change notification settings

as000fm/NewPing-1.9.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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);
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages