l3v5y / libas

Library for the AS5145 and similar devices for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libas

Library for the AS5145 and similar devices for Arduino

Usage

The library can be initialised using the default constructor

libas tracker(ClockPin, DataPin, ChipSelectPin);

Data can be read from the device using

int position = tracker->GetPosition();

which will fetch and return the current position

About

Library for the AS5145 and similar devices for Arduino


Languages

Language:C++ 100.0%