initialize the SPI subssytem
| 33 | |
| 34 | /// initialize the SPI subssytem |
| 35 | void init() { /* TODO */ } |
| 36 | |
| 37 | /// latch the CS select |
| 38 | void inline select() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->select(); } } |
no outgoing calls
no test coverage detected