https://github.com/octcarp-courses/sustech_cs301-esmp_f23_works
Course code of CS301 2023 Fall: Embedded System and Microcomputer Principle, SUSTech. Taught by Dr. Yuhui BAI
https://github.com/octcarp-courses/sustech_cs301-esmp_f23_works
cs301 stm32 stm32f103 sustech
Last synced: 19 days ago
JSON representation
Course code of CS301 2023 Fall: Embedded System and Microcomputer Principle, SUSTech. Taught by Dr. Yuhui BAI
- Host: GitHub
- URL: https://github.com/octcarp-courses/sustech_cs301-esmp_f23_works
- Owner: octcarp-courses
- License: mit
- Created: 2025-03-27T15:52:43.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-28T13:18:33.000Z (about 1 month ago)
- Last Synced: 2025-04-11T23:54:24.737Z (19 days ago)
- Topics: cs301, stm32, stm32f103, sustech
- Language: C
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SUSTech_CS301-ESMP_F23_Works
Course code of CS301 2023 Fall: Embedded System and Microcomputer Principle, SUSTech. Taught by Dr. Yuhui BAI.### About
It has been more than a year since I took this course when I committed the code. Although the core code of the function is included, the environment configuration and other related content may also be wrong.
For reference only.
### Content
| ID | Content | Related Function | Grade |
| --------------------------- | ----------------------------- | ------------------ | ------- |
| [Assignment 1](Assignment1) | Huffman En & Decoding Machine | LED, button | 100/100 |
| [Assignment 2](Assignment2) | Arithmetic | timer, IWDG, USART | 100/100 |
| [Assignment 3](Assignment3) | Verification Code | touchscreen | 100/100 |