Bruno Allaire-Lemay
/
APP1test
df
Fork of APP1 by
SPIDisplayer.hpp
- Committer:
- GaiSensei
- Date:
- 2017-01-16
- Revision:
- 13:bb9669053eb3
- Parent:
- 2:b8a20f7e2912
- Child:
- 21:a111be2582be
File content as of revision 13:bb9669053eb3:
#include "mbed.h" #include "DisplayerConstants.hpp" class SPIDisplayer { public: SPIDisplayer(PinName mosi, PinName miso, PinName sclk, PinName ssel); void displayAngle(float angle); void reset(); private: SPI device; Serial pc; };