#ifndef __screenids #define __screenids enum class ScreenId { Home, Calibrate, Move, MoveOvercurrent, MoveSensorError, Menu, Manual }; #endif