浏览代码

add Text to readme file

w.mueller 3 年之前
父节点
当前提交
5a232fcf9c
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -6,8 +6,17 @@ Pong game on Altera FPGA as exercise in Hardware-/Software-Codesign
 ![](images/data_graph.png)
 
 ## Programmablaufplan des C Programms
+Below images show flowcharts for all featured software functions.
+Fist chart feature the main game function. Subfunctions are described below.
+See:    - draw
+        - reset_positons
+        - reset_screen
+
+### Main function Flowchart
 ![](images/game_function_PAP.png)
 
+
+## Subfunctions  Flowcharts
 ![](images/draw.png)
 
 ![](images/reset_positions.png)