https://github.com/ewhal/cab202
CAB202 files
https://github.com/ewhal/cab202
Last synced: about 2 months ago
JSON representation
CAB202 files
- Host: GitHub
- URL: https://github.com/ewhal/cab202
- Owner: ewhal
- License: mit
- Created: 2016-07-25T11:27:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T04:48:22.000Z (over 8 years ago)
- Last Synced: 2025-03-23T17:12:32.729Z (2 months ago)
- Language: C
- Size: 2.63 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CAB202 Microprocessors and Digital Systems
All weekly workshop questions and AMS questions for CAB202 microprocessors and digital systems.## Weekly activities
The week folders contain both workshop questions and weekly assessed questions.## Assignment 1
Assignment 1 is a fully functional pong clone written in ncurses.## Building
Most programs require the ZDK library.
```
cd ZDK
make
gcc ex1.c -std=gnu99 -L ../ZDK -I ../ZDK -lzdk -lncurses -lm
```
## LicenseThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
ZDK and cab202_teensy libraries are owned by their respective authors.