typo
robllewellyn opened this issue · 1 comments
robllewellyn commented
bool metamophasisStarted = false;
should be bool metamorphasisStarted = false;
elyons commented
Good catch. Reviewed code and this variable isn't needed (use is all within scope of function checkPinStates) . Line has been deleted.