gokul/six-digit-logic-clock
This code defines the physical layout and schematic connections for a multi-layer PCB featuring components like RTC modules (DS3231MZ), microcontroller (ATMEGA328P), LED display driver (MAX7219), and various passive and discrete components, with detailed footprints, pinouts, and placement for a clock and control interface.
- Version
- 0.1.2
- License
- unset
- Stars
- 0
package.json
{
"name": "six-digit-logic-clock",
"version": "0.1.2",
"description": "Six-digit RTC clock with MAX7219 display driver and four-layer PCB",
"scripts": {
"dev": "tsci dev",
"build": "tsci build index.circuit.tsx",
"typecheck": "tsc --noEmit",
"start": "tsci dev"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2465",
"typescript": "^5.0.0"
}
}