elyons/professor_pinball_pinduino_sketches

typo

robllewellyn opened this issue · 1 comments

bool metamophasisStarted = false;

should be bool metamorphasisStarted = false;

Good catch. Reviewed code and this variable isn't needed (use is all within scope of function checkPinStates) . Line has been deleted.