An open API service indexing awesome lists of open source software.

https://github.com/ewhal/cab202

CAB202 files
https://github.com/ewhal/cab202

Last synced: about 2 months ago
JSON representation

CAB202 files

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
```
## License

This 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.