PicoLowLevel
Loading...
Searching...
No Matches
ams_as5048b.cpp File Reference
#include <stdlib.h>
#include <math.h>
#include <Wire.h>
#include "ams_as5048b.h"
Include dependency graph for ams_as5048b.cpp:

Detailed Description

Author
SOSAndroid (E. Ha.) @license BSD (see license.txt)

Library to interface the AS5048B magnetic rotary encoder from AMS over the I2C bus

HISTORY

v1.0.0 - First release v1.0.1 - Typo to allow compiling on Codebender.cc (Math.h vs math.h) v1.0.2 - setZeroReg() issue raised by @MechatronicsWorkman v1.0.3 - Small bug fix and improvement by @DavidHowlett