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.
KED/ked/csl/stm32f042/Src/spi.c

14 lines
131 B

#include "spi.h"
void spi_initMater(spiCH_t_spi_hw_ch)
{
}
uint8_t spi_trx(spiCH_t_spi_hw_ch, uint8_t tx_data)
{
return 0;
}