We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f7871 commit b8e328cCopy full SHA for b8e328c
firmware-programmer/README.md
@@ -0,0 +1,5 @@
1
+# Programmer
2
+
3
+This is the firmware for the upper (on the pcb) chip handling the SPI programming of the target.
4
5
+Actions are received by the UIM chip via I2C.
firmware-uim/README.md
+# UIM: User Interface Module
+This is the firmware for the lower (on the pcb) chip handling the OLED screen and user input.
+Actions are send to the programmer chip via I2C.
schematics/README.md
@@ -0,0 +1,7 @@
+# Schematics
+Eagle files for the programmer board as well as a diagram for arduino based testing (arduino_wiring.sch).
+Parts.lbr contains the OLED screen used. (see also oled.jpg)
6
7
+The Graphics on the pcb can be found in media/.
0 commit comments