/AVR-DIO-Configurator

A GUI configuration file generator for AVR DIO pins, generated using PySide2

Primary LanguagePython

AVR-DIO-Configurator

A GUI configuration file generator for AVR DIO pins, generated using PySide2

The tool generates DIO.h with necessary macros (defining input and output directions and values)
and DIO_config.h which uses the macros in the other file to define pins according to your selection in the GUI.

Interface