Lab 2 7-Segment Display
To be completed! # 嵌入式系統設計:實驗 2 這是一個透過七段顯示器顯示數字的範例。 #include <stdio.h> #include "NUC100Series.h" #include "MCU_init.h" #include "SYS_init.h" #include "Seven_Segment.h" // display an integer on four 7-segment...
more...