This repository contains firmware for ATmega88 AVR microprocessor located in NXmaus XpressNET throttle for model railroad control.
This firmware is developed in C language, compiled via avr-gcc
with help
of make
. You may also find tools like avrdude
helpful.
Hex files are available in Releases section.
NXmaus PCS contains no programming connector, however the processor is in DIL. Intended programming method is to program microprocessor in external programmer and then put it to NXmaus.
This FW uses EEPROM, however no loading of EEPROM is required. There should be just an empty EEPROM.
$ make
$ make fuses
$ make program
Text editor + make
. No more, no less.
- Jan Horacek (jan.horacek@kmz-brno.cz)
This application is released under the Apache License v2.0 .