Need help with continuous servo-powered drawer

MDCooke:
Don't let me interrupt the discussion,

You need to participate more :slight_smile:

I had lost the plot and thought that @LesserMole started the Thread.

...R

UKHeliBob:
You can do silly things like giving a States variable a value that is not declared in the enum

States anotherState = 123;

You can not do that in C++.

BulldogLowell:
at least that will generate a compiler warning.

It should generate an error, but...

:frowning: >:( >:( -fpermissive >:( >:( >:(
(in current AVR core)

You can not do that in C++.

Except when you can

Robin2:
You need to participate more :slight_smile:

I had lost the plot and thought that @LesserMole started the Thread.

...R

Yeah, I had to bow out for work for about 24 hours, and by the time I came back the conversation was above my head. I didn't feel like I should interrupt a spirited discussion, especially when I hadn't gotten the chance to sit down and make any changes to my project yet!