6 ms·
if you're talking about this example: const uint16 max_pressure = 100; enum Switch_position {up, down}; ``Switch_position'' is not the name of a v
by dododo 14y ago
if you're talking about this example:
const uint16 max_pressure = 100;
enum Switch_position {up, down};
``Switch_position'' is not the name of a variable, but an enum type.