This commit is contained in:
JiXieShi
2024-09-21 23:07:22 +08:00
parent 6c9a999c71
commit 8f7f72712c
27 changed files with 100 additions and 81 deletions

View File

@@ -5,5 +5,5 @@
#ifndef HW_LIB_T_SPI_H
#define HW_LIB_T_SPI_H
void Test_spi(void *pVoid);
int Test_spi(void *pVoid);
#endif //HW_LIB_T_SPI_H

View File

@@ -32,7 +32,7 @@ uint8_t Miso_Pin() {
return l;
}
void Test_spi(void *pVoid) {
int Test_spi(void *pVoid) {
SW_Dev_Spi ltl = {
.MOSI_SET=Mosi_Pin,
.SCK_SET=Sck_Pin,