UP
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef SW_LIB_SPI_H
|
||||
#define SW_LIB_SPI_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#define HIGH 1
|
||||
@@ -111,5 +113,7 @@ void SW_SPI_WL16(SW_Dev_Spi Dev, uint16_t *Write_Date, uint32_t Len);
|
||||
* @return void
|
||||
**/
|
||||
void SW_SPI_RWL16(SW_Dev_Spi Dev, uint16_t *Read_Date, uint16_t *Write_Date, uint32_t Len);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif //SW_LIB_SPI_H
|
||||
|
Reference in New Issue
Block a user