#ifndef CONTROLS_H #define CONTROLS_H void controlsInit(); float map(float x, float in_min, float in_max, float out_min, float out_max); void getControlsState(float &throttle, int &direction, bool &horn, bool &bell, bool &lights); #endif