/** * \file * * * \brief Macro for HW_INPUT_H * * \author Andrea Grandi */ #ifndef HW_INPUT_H #define HW_INPUT_H #warning FIXME: This is an example implementation, you must implement it #define INPUT_INIT() do { /* implement me */} while(0) #endif /* HW_INPUT_H */