-
-
Notifications
You must be signed in to change notification settings - Fork 26
Building
Jacek Wieczorek edited this page Feb 11, 2017
·
1 revision
The library contains a makefile. In order to run it, two values must be specified - µC type (MCU
) and clock frequency (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.