I made this fork in order to port the library to the environment of Arduino. Here is a short list of changes from the original library:
- defined a STM32-version of printf_P function, to run a library and examples
- added a pingpair_stm32arduino sample, how to work with library in different hardware SPI's
- removed all PROGMEM (becouse STM32 Arduino environment not use this)
- added SPIClass parameter to class constructor
Design Goals: This library is designed to be...
- Maximally compliant with the intended operation of the chip
- Easy for beginners to use
- Consumed with a public interface that's similiar to other Arduino standard libraries
- Built against the standard SPI library.
Please refer to:
This chip uses the SPI bus, plus two chip control pins.