User Tools

Site Tools


simplesoftwareservo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
simplesoftwareservo [2013/03/28 17:42] – created tkbletscsimplesoftwareservo [2013/03/28 18:01] (current) – [Example usage] tkbletsc
Line 1: Line 1:
 ====== SimpleSoftwareServo ====== ====== SimpleSoftwareServo ======
-by Tyler Bletsch (Tyler.Bletsch@gmail.com)+by Tyler Bletsch (Tyler.Bletsch AT gmail.com)
  
-Drives servos on any number of pins at once.  Same API as the default servo library, except you need to call SimpleSoftwareServo::refresh() each time you want to send a pulse (at least every 20ms, preferably).+SimpleSoftwareServo is an [[http://arduino.cc|Arduino]] library; it drives servos on any number of pins at once.  Same API as the default servo library, except you need to call SimpleSoftwareServo::refresh() each time you want to send a pulse (at least every 20ms, preferably).
  
 ===== Download ===== ===== Download =====
Line 10: Line 10:
 ===== Requirements ===== ===== Requirements =====
  
-  * Microcontroller running at >= 8 MHz +  * Arduino-compatible microcontroller running at ≥ 8 MHz 
-  * If using an ATtiny, an Arduino specification file and programmer that can get to it ([[http://hlt.media.mit.edu/?p=1695|details]]).+  * If using an ATtiny, you need an Arduino specification file and programmer that can get to it ([[http://hlt.media.mit.edu/?p=1695|details]]).
   * The user must call refresh() each time a pulse needs to be generated   * The user must call refresh() each time a pulse needs to be generated
- 
  
 ===== Installation ===== ===== Installation =====
Line 45: Line 44:
  
 ===== Example usage ===== ===== Example usage =====
 +{{youtube>ai3KY5z6Kgc}}
 +
 <code=c> <code=c>
 #include <SimpleSoftwareServo.h> #include <SimpleSoftwareServo.h>
Line 72: Line 73:
  
 </code> </code>
 +
 +
simplesoftwareservo.1364517738.txt.gz · Last modified: 2013/03/28 17:42 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki