Skip to content

SequentMicrosystems/anric-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anric-rpi

Drivers for Anric controller

Setup

Enable I2C communication first:

sudo raspi-config

A good article about I2C on Raspberry can be found here.

If you use Ubuntu you need to install raspi-config first:

sudo apt update
sudo apt install raspi-config

Make sure you have all tools you need:

sudo apt update
sudo apt-get install git build-essential

Usage

Install the command:

git clone https://github.com/SequentMicrosystems/anric-rpi.git
cd anric-rpi/
sudo make install

Now you can access all the functions of the Anric controller through the command "anric". Use -h option for help:

anric -h

If you clone the repository any update can be made with the following commands:

cd anric-rpi/  
git pull
sudo make install

About

Drivers for Anric controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published