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.
|
#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;
|
|
}
|