Try   HackMD
  •  
    mickey30606
    ·
    Last edited by mickey30606 on Sep 20, 2021
    Linked with GitHub
    Contributed by
  • 2
  • Edit
Log in to edit or delete your comments and be notified of replies.
Sign upAlready have an account? Log in
There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.

微算機

tags: microcontroller

共同編輯者:曾宇弘、林鴻逸(小鳥)

上課內容

Chapter 1
Chapter 2 Microcontroller Basics
Chapter 3 Microcontroller Memory and I/O
Chapter 4 Programming Languages
Chapter 5 PIC18F Architecture and Addressing Modes
Chapter 6 Assembly Language Programming for PIC18F: Part 1
Chapter 7 Assembly Language Programming for PIC18F: Part 2
Chapter 8 PIC18F Programmed I/O Using Assembly & C
Chapter 9 PIC18F Interrupt I/O, LCD, and Keyboard Interfacing
Chapter 10 Timers and Analog Interface
Chapter 11 PIC18F CCP AND SERIAL I/O Part 1

實驗

Lab3
Lab4
Lab5
Lab6
Lab7
Lab8
Lab9
Lab10
Lab11

Last changed by 

 
mickey30606
·
0
2
915

Read more

2023q1 Homework2 (quiz2)

測驗 1 先將原本的程式碼改寫成比較簡短的形式 uint64_t next_pow2(uint64_t x) { x |= x >> 1; x |= x >> 2; x |= x >> 4; x |= x >> 8; x |= x >> 16;

Mar 7, 2023
2023q1 Homework1 (lab0)

contributed by < mickey30606 > 目前 make test 分數 95/100 :::danger HackMD 筆記不是讓你張貼完整程式碼的地方,此處著重於「開發紀錄」,亦即你的觀察、描述遭遇到的問題,還有如何克服和改進。 :notes: jserv ::: 研讀 Linux 核心原始程式碼的 lib/list_sort.c

Feb 28, 2023
小火

資料整理 import pandas as pd import numpy as np tb = pd.read_excel('./score.xlsx', sheet_name=None) tb.pop('工作表1') tb.keys() tb['湘婷']

Mar 21, 2022
Read more from mickey30606

Published on HackMD
2
    • 微算機
      • 上課內容
      • 實驗
    Expand allBack to topGo to bottom
  • 微算機
    • 上課內容
    • 實驗
Expand allBack to topGo to bottom

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up