Assembly language for the ATiny13 and some python GUI work
Learned:
- How to understand the mapping of a microcontrollers physical layout to its datasheet to
the assembly instruction set of the microcontroller.
- Also how to write the assembly for the microcontroller.
- What an analog to digital converter is and how it is used to talk to the world outside of the
microcontroller
- Some GUI programming in python.
The circuit is our standard hello world 3 circuit with a potentiometer wired to VCC and the ground to
vary the voltage from 0-5V. The firmware is custom and is available here. I also created
a very ugly python GUI to display the values that is located here