Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 408 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 408 Bytes

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