Documentation
arduino-tmag5170
A TMAG5170 Hall-effect sensor library for Arduino. The content of this library is ported over from my pico-tmag5170 library. Most of the public functions are identical.
The only difference is the attachSPI(int spi_cs_pin, int buadrate) function.
You only need to specify the CS pin and the SPI buadrate.
The library will use the default hardware SPI pins on the Arduino.
- Please refer to the pico-tmag5170 documentation for information about other functions.
- Link to Github repository.
pico-tmag5170
A TMAG5170 Hall-effect sensor library for Raspberry Pi Pico SDK.