This will serve you better...
-
Remove sensorOrPenEnum
-
Add this to the top...
enum sensorOrPen_t : byte {sensor, pen};
- Change sensorOrPen to the new datatype...
sensorOrPen_t sensorOrPen = pen;
This will serve you better...
Remove sensorOrPenEnum
Add this to the top...
enum sensorOrPen_t : byte {sensor, pen};
sensorOrPen_t sensorOrPen = pen;