M2_SETI/T2/tp/T2-TP_suite/iSensor.h
2022-11-22 15:17:48 +01:00

13 lines
244 B
C
Executable file

#ifndef I_SENSOR_H
#define I_SENSOR_H
#include "msg.h"
/**
* Gets the input message.
* @param input the input number
* @param mBlock the message pointer returned
*/
void getInput(const unsigned int input, volatile MSG_BLOCK* mBlock);
#endif