Add spi_word()

This commit is contained in:
Byron Lathi
2022-03-10 13:38:39 -06:00
parent 35973473d3
commit fe3851875d
3 changed files with 65 additions and 2 deletions

View File

@@ -4,5 +4,6 @@
#include <stdint.h>
uint8_t spi_byte(uint8_t);
uint16_t spi_word(uint16_t);
#endif