Realized I want one file with all info

This commit is contained in:
2025-12-14 19:20:21 -08:00
parent acf2577716
commit 6b1fe28390
2 changed files with 15 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
## Hardware for Seven Segment Display
This is the initial hardware info.
### Controller
* ESP32 WROOM
### Servo Controller
* PCA9685 I2C
### Servo
* Deegoo MG996R

15
project.md Normal file
View File

@@ -0,0 +1,15 @@
# Seven Segment Project
## Overview
I am building a 7 segment display, a 3D printed model coupled with a servo to drive the position of the cam such that all digits can be represented, 0-9. The servo changes the digit on display. I am driving this all with a micro controller. I intend to create multiple display devices, and the will each have their own servo. This project is currently at the stage of a single display, and a single servo
## Hardware
This is the initial hardware info.
### Controller
* ESP32 WROOM
### Servo Controller
* PCA9685 I2C
### Servo
* Deegoo MG996R