added spi mux functionality to the rwSpiCallback

This commit is contained in:
2021-07-01 10:53:50 +02:00
parent d3198af5e9
commit 8e98de6f3c
6 changed files with 117 additions and 40 deletions

View File

@ -0,0 +1,9 @@
#include <bsp_q7s/spi/Q7sSpiComIF.h>
Q7sSpiComIF::Q7sSpiComIF(object_id_t objectId, GpioIF* gpioComIF) :
SpiComIF(objectId, gpioComIF) {
}
Q7sSpiComIF::~Q7sSpiComIF() {
}