You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brett Hagman edited this page Aug 12, 2013
·
2 revisions
This is the example documentation that accompanies the ExampleLibrary Wiring Library.
Introduction
Developing a new library for Wiring or Arduino can be daunting. But hopefully this example library can make the task much simpler.
Simply fork or duplicate this repository, then make the changes you need.
Requirements
This library doesn't require much. It has only 1 method which increments a value and prints it out on the Serial Monitor. So the only thing required is a Serial.begin() with a baud rate of your choice.