If the LittleFS operations are interrupted- _for example by the LEDs processing thread_ - the file system will become corrupted. One solution is to ... 1. set the `halt` flag and then wait some number of milliseconds to insure the LEDs processing thread has finished and looped around again 2. perform the necessary operations with LittleFS 3. restore the `halt` flag to allow LEDs processing to continue