Skip to content

A simple SPI library to interface with Austria Microsystem's AS5048A angle sensor

License

Notifications You must be signed in to change notification settings

eborghi10/AS5048A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AS5048A Arduino library

A simple SPI library to interface with Austria Microsystem's AS5048A angle sensor with an Arduino or an ESP32.

The sensor should be connected to the hardware SPI pins (MISO, MOSI, SCK). The CS pin can be connected to any GPIO pin but should be passed to the constructor.


Original author: ZoetropeLabs