eive-obsw/bsp_q7s/callbacks/q7sGpioCallbacks.h

16 lines
319 B
C
Raw Normal View History

2022-03-26 16:38:42 +01:00
#pragma once
class GpioIF;
namespace q7s {
namespace gpioCallbacks {
/**
* @brief This function initializes the GPIOs used to control the SN74LVC138APWR decoders on
* the TCS Board and the interface board.
*/
void initSpiCsDecoder(GpioIF* gpioComIF);
} // namespace gpioCallbacks
} // namespace q7s