You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __MYSPI_H
|
|
#define __MYSPI_H
|
|
|
|
void MySPI2_Init(void);
|
|
void MySPI2_Start(void);
|
|
void MySPI2_Stop(void);
|
|
uint8_t MySPI2_SwapByte(uint8_t ByteSend);
|
|
|
|
#endif
|