Melodee’s Status Update for 3/28/2020
Progress I spent this week debugging the Python firmware, and now the program works with the following scenarios: One master tile and up to five slave tiles Handling two play button presses in a row (the second press will be queued up and handed after the first iteration completes) Handling multiple iterations in a row, with or without different tile configurations between the iterations I also fixed all the known race conditions in the code by doing the following: Instead…