:Author: yeti13b :Email: {eric.wardwell@gmail.com} :Date: 29/12/2018 :Revision: #20190110.1848 :License: Creative Commons
= Project: {RPM Switch}
Monitors for pulses on pin D2 and calculates revolutions per minute based upon how much time passes between iterations. Once certain RPM conditions are met a relay is triggered. Verbose Data is outputed via serial.
== Step 1: Installation Please describe the steps to install this project.
For example:
- Open this file
- Edit as you like
- Release to the World!
== Step 2: Assemble the circuit
Assemble the circuit following the diagram layout.png attached to the sketch
== Step 3: Load the code
Upload the code contained in this sketch on to your board
=== Folder structure
.... sketch123 => Arduino sketch folder ├── sketch123.ino => main Arduino file ├── schematics.png => (optional) an image of the required schematics ├── layout.png => (optional) an image of the layout └── ReadMe.adoc => this file ....
=== License This project is released under a {License} License.
=== Contributing To contribute to this project please contact yeti13b https://id.arduino.cc/yeti13b
=== BOM Add the bill of the materials you need for this project.
|=== | ID | Part name | Part number | Quantity | R1 | 10k Resistor | 1234-abcd | 10 | L1 | Red LED | 2345-asdf | 5 | A1 | Arduino Zero | ABX00066 | 1 |===
=== Help This document is written in the AsciiDoc format, a markup language to describe documents. If you need help you can search the http://www.methods.co.nz/asciidoc[AsciiDoc homepage] or consult the http://powerman.name/doc/asciidoc[AsciiDoc cheatsheet]