You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
186 B
C

/*
* spi.h
*
* Created on: Apr 8, 2024
* Author: NikmaOS-W
*/
#ifndef USER_SPI_H_
#define USER_SPI_H_
SPI_InitTypeDef DAC_spi;
void DAC_spi_Init
#endif /* USER_SPI_H_ */