Program for AVR ATmega32 microcontroller on Nixie clock main board
- NixieClock.aps - AVR Studio project
- NixieClock.c - C program
- default/Makefile - makefile
- default/NixieClock.hex - compiled program
- default/NixieClock.lss - listing of C source code and assembler generated code
AVR Memory Usage
----------------
Device: atmega32
Program: 2332 bytes (7.1% Full)
(.text + .data + .bootloader)
Data: 270 bytes (13.2% Full)
(.data + .bss + .noinit)
Build succeeded with 0 Warnings...