voidwakeup(){if(!b_senser_started){// delete/make shorter this message if power requirement is harder. Serial <<mwx::crlf<<"--- PAL_AMB:"<< FOURCHARS <<" wake up ---"<<mwx::crlf<<"..start sensor capture again."<<mwx::crlf;startSensorCapture(); b_senser_started =true;napNow();// short period sleep.}else{ Serial <<"..wake up from short nap.."<<mwx::crlf;auto&& brd =the_twelite.board.use<PAL_AMB>(); b_senser_started =false;// tell sensors waking up.brd.sns_LTR308ALS.process_ev(E_EVENT_START_UP);brd.sns_SHTC3.process_ev(E_EVENT_START_UP);}}