Skip to content

Ctibor/AdafruitStepperMotorHAT_CPP

 
 

Repository files navigation

This is a simple port of the Adafruit Stepper Motor HAT library, originally in Python

The PWM.* files courtesy of https://github.com/4ndr3w/PiBot

Use this library at your own peril! I believe everything was ported correctly, but you never know. If you find a bug, feel free to contribute.

Make sure you have libi2c-dev installed, i.e. "sudo apt-get install libi2c-dev"

Type "make" to compile

"./StepperMotorTest" to run as stepper motor

"./DCMotorTest" to run as DC motor

About

Port of the Adafruit Python Stepper Motor HAT library to C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.7%
  • C 6.5%
  • Makefile 5.8%