Skip to content

ExampleLibraryExample

Brett Hagman edited this page Aug 12, 2013 · 1 revision
#include <ExampleLibrary.h>

ExampleLibrary widget = ExampleLibrary(FORWARD);


void setup()
{
  Serial.begin(9600);

  Serial.println(Constant("ExampleLibrary Demonstration"));
}


void loop()
{
  widget.doThatThing();

  delay(500);
}
Clone this wiki locally