This week I programmed the board made last week to do something
I took the blink code from the website for a different microcontroller and adapted it for the microcontroller that I was using, the ATTiny 1614. i had a few little bugs to tweak and then compiled it successfully. The next step was a bit trickier. I had to program the microcontroller. This went well at first, but for the last step I ran into some issues. Whenever I tried running the pyudi.py script from the terminal, I kept getting a "permission denied" error. At first, I thought this was because of a known issue my computer has with Arduino. But as it turns out, it came from a problem with Windows. Apparently, windows has issues with python3. To fix this, we had to disable the Microsoft store version of python 3. Shoutout to stack overflow for always coming in clutch.