15 lines
323 B
C
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_ */
|