-
Fischer Systems, LLC
- Colorado Springs
Highlights
- Pro
-
-
pc-nrfconnect-boilerplate Public archive
Forked from NordicSemiconductor/pc-nrfconnect-boilerplateStarting point for creating apps for nRF Connect for Desktop
TypeScript Other UpdatedJan 18, 2024 -
Driver for the PulseSensor PPG heart rate sensor
C MIT License UpdatedSep 1, 2023 -
SDP8x-Digital-Driver Public
Driver for Sensirion Differential Pressure Sensor SDP8x Digital
C MIT License UpdatedSep 1, 2023 -
Load-Cell-Driver Public
Driver for a load cell (strain gauge) with a known capacity and rated output
C MIT License UpdatedSep 1, 2023 -
HX711F-Load-Cell-Amp-Driver Public
Driver for the Sparkfun HX711F Load Cell Amplifier
C MIT License UpdatedSep 1, 2023 -
SST-ExplorIR-CO2-Driver Public
Driver for SST Sensing ExplorIR CO2 Sensor
C MIT License UpdatedAug 31, 2023 -
SST-LuminOx-O2-Driver Public
Driver for SST Sensing LuminOx O2 Sensor
C MIT License UpdatedAug 31, 2023 -
16x2-LCD-Driver Public
Driver for a 16x2 Matrix Liquid Crystal Display that uses the Hitachi HD44780U controller
C MIT License UpdatedAug 31, 2023 -
web-proxy Public
web proxy server project for CS 4390 computer networks
-
-
-
Verilog-Enigma-Machine Public
Enigma Machine Designed in VHDL for CS 4341
-
Multithreaded-DMV Public
DMV Simulation using multiple threads and semaphores for concurrency
C UpdatedOct 30, 2022 -
pyprog Public
Python interpreted programming language, created for CS 4337 Project.
-
Multiprocess-CPU-and-Memory Public
Two separate processes running simultaenously, one acting as memory, the other as a CPU fetching instructions from memory and executing a program.
C UpdatedOct 5, 2022 -
Pong Public
The game of pong developed on an Arduino Uno R3 wired up to an OLED display with physical buttons and a buzzer for sound effects.
C++ UpdatedSep 4, 2022 -
Arduino-Projects Public
Simple arduino programs I've built while learning about designing circuits and programming microcontrollers
C++ UpdatedJun 19, 2022 -
Robot-Coordination-System Public
Software for a high-level robot coordination control system. Created for CS 3354 Assignment 3
Python UpdatedApr 26, 2022 -
This is my 'learn python' repository. I will be reading through the book 'Automate the Boring Stuff with Python' by Al Sweigart.
Python UpdatedMar 8, 2022 -
Python script that uses pyperclip module to create a clipboard that stores multiple messages and uses a batch file to automate the process.
Python UpdatedFeb 7, 2022 -
Raspberry-Pi-CPU-Temp-Log Public
Monitors the cpu temperature of a Raspberry Pi, logs that data to a csv file and graphs it, and is automated to run on startup.
Python UpdatedFeb 3, 2022 -
kotlin-test-project Public
Follow along of a LinkedIn Learning Kotlin Course
Kotlin UpdatedDec 26, 2021 -
-
-
MIPS-Fundamentals Public
Multiply multiplies two user input integers, Evensum sums up the even numbers up to a user input integer
Assembly UpdatedNov 18, 2021 -
Lazy-Binary-Search-Tree Public
Implementation of a lazy binary search tree, LazyBSTDriver.java takes two file name arguments, first name is the name of the input file to read from, second is the name of the output file to print to.
Java UpdatedNov 18, 2021 -
Linear-Probe-Hash-Table Public
Generic implementation of a hash table with linear probing and lazy deletion using an array of private generic HashEntry<K,V> objects in HashTableLinearProbe.java, methods are tested in Main.java. …
Java UpdatedNov 18, 2021 -
Linked-List Public
Class MyItem implements the IDedObject interface, class IDedLinkedList holds objects of the generic type <Anytype> which extends IDedObject, the driver class takes 2 command line arguments, an inpu…
Java UpdatedNov 18, 2021 -
Sieve-of-Eratosthenes Public
Outputs all prime numbers smaller than or equal to a positive integer N given by the user using Sieve of Eratosthenes algorithm
Java UpdatedNov 14, 2021