Skip to content

Commit b8e328c

Browse files
committed
Added readme files in subdirectories
1 parent f8f7871 commit b8e328c

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

firmware-programmer/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# UIM: User Interface Module
2+
3+
This is the firmware for the lower (on the pcb) chip handling the OLED screen and user input.
4+
5+
Actions are send to the programmer chip via I2C.

schematics/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Schematics
2+
3+
Eagle files for the programmer board as well as a diagram for arduino based testing (arduino_wiring.sch).
4+
5+
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

Comments
 (0)