Initial strcture for the repo
This commit is contained in:
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal 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
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# KiCad temporary files
|
||||
/~*.lck
|
||||
/*-backups/**/*
|
||||
/fp-info-cache
|
||||
/*.kicad_prl
|
||||
30
README.md
30
README.md
@@ -1,3 +1,33 @@
|
||||
# Digital-Nixie-Tube-Clock
|
||||
|
||||
A nixie tube clock that is powered completely by digital chips.
|
||||
|
||||

|
||||

|
||||
|
||||
## 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user