Currently I'm creating a program that's capable of controlling multiple arduino
modells. With the current Arduino Mega and Uno classes it's not possible,
because they have the pins in enums.
So i removed the Enums, and replaced the enum types with integers.