My program has a loop that runs initUSB() and then runs writeEssentials() multiple times. initUSB() is a function that mounts the USB to a directory. writeEssentials() is a function that opens a file, and appends it with data, and then closes the file.My program has a loop that runs initUSB() and t