Lab9 Preview Report - oboywei/ee240500 GitHub Wiki

Lab9 Preview Report

Topics

  • Programming microcontroller board

Programming microcontroller board

  • Introduction
    微控制器(microcontroller)是將中央處理器、記憶體、定時器、計數器、輸入輸出介面等都整合在一塊晶片上的微型電腦,它的最大優點是體積小,但儲存量小,輸入輸出介面簡單,功能較少。
    以前微控制器中的軟體主要是由組合語言,但為了方便開發,近年也開始有支援C或C++語言的環境。

  • Related parts of our lab
    本次實驗中我們學習如何使用propeller C library的語言,寫出能夠操作硬體的程式。並學習如何使用speaker。

  • Questions about the topic or our lab