Question about embedded programming practices.
PHP is C ish and 1 = True and 0 = False. I'm still getting the feel for the c++ stuff, I want to add a switch to a control that will be stored in EEPROM for a arduino micro. I'm not sure if a 1 and 0 would equate to true and false in C++ but I was more concerned about memory / variable utilization
Is it better to use a bool or 1 & 0 to store in EEPROM or does it matter for space?