Help for this page

Select Code to Download


  1. or download this
    while (1) {
         get_data_taking_exactly_55_seconds;
         sleep(5);
         write_log_file;
         }
    
  2. or download this
    while (1) {
         set timer;
    ...
         sleep_until_timer_says_60_seconds;
         write_log_file;
         }