14 lines
173 B
C
14 lines
173 B
C
|
|
/*
|
||
|
|
* drv_spi.h
|
||
|
|
*
|
||
|
|
* Created on: Jun 28, 2023
|
||
|
|
* Author: gxms0
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef DRV_DRV_SPI_H_
|
||
|
|
#define DRV_DRV_SPI_H_
|
||
|
|
|
||
|
|
#include "ch32v20x.h"
|
||
|
|
|
||
|
|
#endif /* DRV_DRV_SPI_H_ */
|