/ulnservo

Library to control ULN2003 connected servo using Micropython on ESP8266

Primary LanguagePython

ulnservo

This is a simple implementation of a servo control for MicroPython using ULN2003 controller.

Usage:

  1. upload ulnservo.py to your esp board (esp12,7, or NodeMCU).
  2. from ulnservo import servo
  3. servo(angle, direction) # where the angle is an angle in degrees and direction is "cw" or "ccw"