Welcome to my project documentation. This repository documents some of the projects I make using the ESP32 Max V1.0.
- Board: ESP32 Max V1.0 by Acebott
- Framework: Arduino Framework
- IDE: VS Code + PlatformIO
- Programming Style: Unlike standard Arduino
.inosketches, I am focusing on professional C++ standards by utilizing:- Header Files (
.h) - Source Files (
.cpp)
- Header Files (
In this repo, I am documenting:
- Hardware Circuits: Wiring sensors, actuators, and displays to the ESP32.
- Software Logic: Writing clean, modular code to control hardware.
- Problem Solving: Tracking how I debugged hardware/software conflicts.