-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Brett Hagman edited this page Aug 12, 2013
·
2 revisions
This is the example documentation that accompanies the ExampleLibrary Wiring Library.
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.
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.