Slide 12
Slide 12 text
Operating System
Filesystem
• saveBool ( “power.health” , true ) ;
• saveInt ( “thermal.sensors.count” , 50 ) ;
• saveDouble ( “power.temp” , 24.2 ) ;
• saveString ( “error.module.name” , “c&dh” ) ;
• bool health = getBool ( “c&dh.health” , true ) ;