thesis_bldc_controller/Examples/NeoPixel Example/SPI.h

6 lines
72 B
C

#ifndef SPI_H_
#define SPI_H_
void SPI_init(void);
#endif /* SPI_H_ */