AS5047P icon indicating copy to clipboard operation
AS5047P copied to clipboard

An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247

Results 6 AS5047P issues
Sort by recently updated
recently updated
newest added

Added the ability to change the SPI interface pins to which MISO, MOSI and SCK are connected. First we initialize SPI class using SPIClass::SPIClass(uint8_t mosi, uint8_t miso, uint8_t sclk) constructor,...

enhancement

Adding support for the following chips: - [AS5047U](https://ams.com/documents/20143/36005/AS5047U_DS000637_1-00.pdf/8639418f-6c3a-1624-4e6f-18f52c962099) - [AS5147U](https://ams.com/documents/20143/36005/AS5147U_AS5247U_DS000639_4-00.pdf/1141a423-d438-ff83-df65-0adc533d6801) - [AS5247U](https://ams.com/documents/20143/36005/AS5147U_AS5247U_DS000639_4-00.pdf/1141a423-d438-ff83-df65-0adc533d6801)

enhancement
feature request