eive-obsw/bsp_q7s/callbacks/pcduSwitchCb.h
Robin Mueller 1eb6017a9d
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
callback working
2022-01-19 18:05:17 +01:00

15 lines
323 B
C++

#ifndef BSP_Q7S_CALLBACKS_PCDUSWITCHCB_H_
#define BSP_Q7S_CALLBACKS_PCDUSWITCHCB_H_
#include <cstdint>
#include "mission/devices/devicedefinitions/GomspaceDefinitions.h"
namespace pcdu {
void switchCallback(GOMSPACE::Pdu pdu, uint8_t channel, bool state, void* args);
}
#endif /* BSP_Q7S_CALLBACKS_PCDUSWITCHCB_H_ */