Documentation:KontrollerLab
From AVRFreaks Wiki
The KontrollerLab is a tool which can be used for developing microcontroller software.
The KontrollerLab uses these tools to make developing easier:
- avr-gcc and helper programs to compile the C files, link the object files,and assemble the ASM files.
- uisp and avrdude to upload and download the programs
- serial terminal embedded in the IDE to ease debugging
- kate as the editor embedded in the IDE

