We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The library contains a makefile. In order to run it, two values must be specified - µC type (MCU) and clock frequency (F_CPU).
MCU
F_CPU
make MCU=atmega328p F_CPU=16000000U
Makefile creates obj and lib directories - there you will find object files and static library files to add to your project.
obj
lib