Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 443 Bytes

readMe.md

File metadata and controls

9 lines (8 loc) · 443 Bytes

PyLX-16A

A Python library for controlling LewanSoul's LX-16A servos

Files:

  • readMe.md (you're reading it right now)
  • userGuide.md (a getting started guide, it contains all the necessary info to start a project)
  • documentation.md (in progress)
  • lx16a.py (the actual library, import it into your project using from lx16a import *)
  • helloWorld.py (a Hello World program for the servos, it rotates two servos in out-of-phase sine waves)