Skip to content

Instantly share code, notes, and snippets.

View mastercoder394's full-sized avatar

Nick Nahrwold mastercoder394

View GitHub Profile
@mastercoder394
mastercoder394 / Just waiting for the final Addison Comments
Created December 5, 2025 17:01
Just waiting for the final Addison Comments
//including headers Nick Nahrwold and Addison Painting
#include "FEHUtility.h"
#include "FEHLCD.h"
#include "FEHImages.h"
#include "FEHKeyboard.h"
#include <FEHRandom.h>
#include <stdio.h>
#include "FEHSound.h"
//Creating a class so all the data can be shared
#include "FEHUtility.h"
#include "FEHLCD.h"
#include "FEHImages.h"
#include "FEHKeyboard.h"
#include <FEHRandom.h>
void Game();
@mastercoder394
mastercoder394 / Load Cell Code Formula Buckeyes
Created December 2, 2025 04:32
Load Cell Code Formula Buckeyes
#include "HX711.h"
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
// HX711 wiring
const int LOADCELL_DOUT_PIN = 2;
const int LOADCELL_SCK_PIN = 3;
HX711 scale;