8 lines
89 B
C
8 lines
89 B
C
#ifndef _SPI_H
|
|
#define _SPI_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void spi_write_byte(uint8_t);
|
|
|
|
#endif |