Part of what I really wanted to do for this week was to try and use VS code to write C and upload that as a hex to my ATTiny412. I had so many issues with this and I tried a lot of fixes which didnt do anything but were really good for learning the low level peices and and documentation. So firstly I had an issue with PORTA being undefined and so I went into a deep dive into the IO.h file and really trying to figure out what is broken in my files.
Tradedy strikes, I had a switch that works I SWEAR GUYS BELIVE ME BUT IT BROKE WHILE I WAS TESTING IT. anyways right now the board just flashes and doesnt have a switch, technically it worked but there is no proof so it doesnt exsist
Final board and model
My idea for my final is just stealing this product that I really like but trying to include more programing within it and going as small as possible while adding features through spiral development. My current thoughts for the design is an ESP32 for control over wifi, that control some ATtiny412s that then do control over some of the individual tasks.