Implements the bit bang spi protocol
@@ -0,0 +1,8 @@
#ifndef _SPI_H
#define _SPI_H
#include <stdint.h>
void spi_write_byte(uint8_t);
#endif
The note is not visible to the blocked user.