Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 604 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 604 Bytes

Nixie tube display experiment

├── Makefile
├── data
│   ├── circuit.fzz # Fritzing
│   ├── circuit.png
│   └── data.png    # module data
├── platformio.ini
└── src
    └── sketch.ino

How to build

make and make build

  • only build
make install
  • build and upload to Arduino

make monitor

  • build and upload to Arduino and monitor serial port

make clean

  • clean