https://github.com/proredcat/pcf8574-stepper-motor-control
A library that can be used with a PCF8574 chip to control a stepper motor with either a two wire input, or four wire input PCB
https://github.com/proredcat/pcf8574-stepper-motor-control
Last synced: 3 months ago
JSON representation
A library that can be used with a PCF8574 chip to control a stepper motor with either a two wire input, or four wire input PCB
- Host: GitHub
- URL: https://github.com/proredcat/pcf8574-stepper-motor-control
- Owner: ProRedCat
- Created: 2020-04-05T10:12:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T07:32:08.000Z (about 5 years ago)
- Last Synced: 2025-01-16T06:28:05.989Z (4 months ago)
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PCF8574-Stepper-Motor-Control
A library that can be used with a PCF8574 chip to control a stepper motor with either a two wire input PCB for controlling stepper motors, or four wiresRequires the PCF8574 library made by xreef https://github.com/xreef/PCF8574_library
When the constructor is run, if there are not 4 pins supplied, the library will default to two wire control mode.This library can control the speed of the motor. Motors do not step simultaneously
Notes:
As of version 1.2 completed 14/04/20, this library has not yet been tested on stepper motors and only works in theory
To get the library to work place the PCF8574_Stepper folder in the Arduino libraries folder