M2_SETI/T2/tp/exercice-1/iSensor.h
2022-11-18 15:07:43 +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