msrathod / slushengine

The software package that supports the SlushEngine hardware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlushEngine Software Drivers

New getting started guide! Here

This is the repository that contains the SlushEngine Python software library that is used to control the SlushEngine hardware. This library can also be applied to use the Raspberry Pi to control ST line of EasySpin motor drivers. These drivers are designed to make motion control simplier while being able to be used with future hardware

Basic Installation

Connect your Raspberry Pi to the Internet and then run the following command. This will automatically install all requirments for the SlushEngine and the SlushEngine package for Python

sudo wget https://raw.githubusercontent.com/Roboteurs/slushengine/master/install.pl -O - | perl

Detailed Installation

To install the SlushEngine drivers on a Raspberry Pi please see the below link

Installation Guide

If you want some basic usage instructions you can follow the link below or browse to the Examples folder and flip through some of the examples.

Basic Users Guide

About

The software package that supports the SlushEngine hardware

License:Other


Languages

Language:Python 93.0%Language:Perl 7.0%