Skip to content
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.

Clone this wiki locally