This week I wrote a program for my input device.






Since I was part of the team that wrote the shutter control and interfacing for the machine building week, I recycled a lot of that code. It conveniently works for my purposes. However, currently, the program is written for an atTiny 45 and I want 1. more memory and 2. more pins. I think for the future I will switch to a ATtiny 84, which has 14 pins and 8 KB of memory or an ATmega 328, which has 32 pins and 32 KB of memory. This weeks code is featured below




display of written program