firmware
IEM Firmware Documentation
|
Go to the source code of this file.
Macros | |
#define | MAX_SPI_DELAY 3 |
Functions | |
void | SPI_Init (void) |
bool | SPIWrite (uint8_t *writeBuffer, uint8_t totalBytes) |
bool | SPIWriteRead (uint8_t *writeBuffer, uint8_t *readBuffer, uint8_t totalBytes) |
#define MAX_SPI_DELAY 3 |
void SPI_Init | ( | void | ) |
bool SPIWrite | ( | uint8_t * | writeBuffer, |
uint8_t | totalBytes ) |
bool SPIWriteRead | ( | uint8_t * | writeBuffer, |
uint8_t * | readBuffer, | ||
uint8_t | totalBytes ) |