This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******************************************************************* | |
| SoftServo sketch for Adafruit Trinket. Turn the potentiometer knob | |
| to set the corresponding position on the servo | |
| (0 = zero degrees, full = 180 degrees) | |
| Required library is the Adafruit_SoftServo library | |
| available at https://github.com/adafruit/Adafruit_SoftServo | |
| The standard Arduino IDE servo library will not work with 8 bit | |
| AVR microcontrollers like Trinket and Gemma due to differences | |
| in available timer hardware and programming. We simply refresh |