Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 727 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 727 Bytes

Repository for C projects

Calculator: a text based calculator that does basic functions

Matrix: a library of functions for performing matrix operations, meant to work with an UNO32 on coolterm, but will work for linux

RPN: a text based calculator that utilizes the stack to calculate functions in Reverse Polish Notation

LinkedList: an implementation of doubly linked lists as well as algorithms to sort them

Lab6: an exploration of the PIC32 microcontroller and how to use its various functions

toaster: a software only implementation of a state machine that would operate a toaster oven

dungeongame: a text-based game meant to be run on the linux terminal about exploring a kingdom. Uses file I/O to launch the game