Skip to content

Commit

Permalink
Examples in the wrong folders, fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
madleech committed Mar 11, 2016
1 parent 417fac8 commit 42ad15c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Managing the state of each H bridge can clutter your code quite quickly, so I qu

Features
--------
* Super simple API, just one command!
* Super simple API, just a few commands!
* Delivers a carefully timed pulse to the turnout coil; long enough to positively switch the turnout, short enough not to overheat the coil.
* Turns off power to the turnout after a short delay, reducing the power usage of your circuits.
* Non-blocking, so your sketch won't halt while the turnout is pulsed. This makes it easy to continue doing other tasks while driving your turnouts.
Expand Down
2 changes: 1 addition & 1 deletion TurnoutPulser.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
TurnoutPulser - a small library for Arduino to briefly trigger a turnout coil.
Released into the public domain.
MIT licensed.
*/

#include "TurnoutPulser.h"
Expand Down
2 changes: 1 addition & 1 deletion TurnoutPulser.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
TurnoutPulser - a small library for Arduino to briefly trigger a turnout coil.
Released into the public domain.
MIT licensed.
*/

#ifndef TurnoutPulser_h
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TurnoutPulser
version=1.0.0
version=1.0.1
author=Michael Adams <arduino@michaeladams.org>
maintainer=Michael Adams <arduino@michaeladams.org>
sentence=Control a Kato or Tomix style two-wire turnout.
Expand Down

0 comments on commit 42ad15c

Please sign in to comment.