Initial strcture for the repo

This commit is contained in:
2025-11-26 16:45:15 -05:00
parent 28ad350bc5
commit 583f7c09ac
3 changed files with 49 additions and 1 deletions

13
.gitattributes vendored Normal file
View File

@@ -0,0 +1,13 @@
# 3D models - use Git LFS
*.step filter=lfs diff=lfs merge=lfs -text
*.stp filter=lfs diff=lfs merge=lfs -text
*.wrl filter=lfs diff=lfs merge=lfs -text
*.stl filter=lfs diff=lfs merge=lfs -text
# PDFs - use Git LFS
*.pdf filter=lfs diff=lfs merge=lfs -text
# Images - use Git LFS
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# KiCad temporary files
/~*.lck
/*-backups/**/*
/fp-info-cache
/*.kicad_prl

View File

@@ -1,3 +1,33 @@
# Digital-Nixie-Tube-Clock
A nixie tube clock that is powered completely by digital chips.
![Project Status](https://img.shields.io/badge/status-in%20development-yellow)
![Hardware](https://img.shields.io/badge/hardware-rev%201.0-blue)
## Overview
This project implements a fully functional nixie tube clock using modern digital logic ICs. The goal is to have 6 digets, HH-MM-SS, and the ablilty to flash to MM-DD-YY to show date as well. There will be a button to intrement/decrement a selected number for time/date setting. As well as a button to pulse between time and date.
## Repository Strcture
```
Digital-Nixie-Tube-Clock/
├── hardware/ KiCad schematic and PCB files
├── parts/ Component library (symbols, footprints, 3D models)
├── datasheets/ Component datasheets by manufacturer part number
├── scripts/ Automation utilities
├── doc/ Project documentation
└── release/ Generated manufacturing files (current revision)
```
## License
...
## Authors
- Aidan Brzezinski