Add basic SPI support
Compare changes
- Johannes Sjölund authored
examples/lsm9ds1.rs
0 → 100644
+ 123
− 0
SPI1-SPI3 support, with pins implemented for Port A, B, C.
Example using SPI3 to talk to LSM9DS1 IMU.
Todo: Support Slave Mode and maybe hardware NSS.