#ifndef JOYSTICK_UTILS_H_ #define JOYSTICK_UTILS_H_ #include namespace JOYSTICK_Utils { void loop(); void setup(); } #endif