eive-obsw/bsp_q7s/callbacks/q7sGpioCallbacks.h
Robin Mueller 2410c6ccc6
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
added SUS component creation to RPi
2022-03-26 16:38:42 +01:00

16 lines
319 B
C++

#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