HAL cleanups

This commit is contained in:
Scott Lahteine
2019-02-20 06:13:07 -06:00
parent 89bbc30a09
commit 631d867dc9
5 changed files with 27 additions and 12 deletions

View File

@ -112,10 +112,8 @@ uint8_t HAL_get_reset_source(void); // get reset reason
// Write single byte to specified SPI channel
void spiSend(uint32_t chan, byte b);
// Write buffer to specified SPI channel
void spiSend(uint32_t chan, const uint8_t* buf, size_t n);
// Read single byte from specified SPI channel
uint8_t spiRec(uint32_t chan);