9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
# Processor frequency
|
||
|
F_CPU = 8000000
|
||
|
|
||
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
BLUETOOTH = AdafruitBLE
|
||
|
BACKLIGHT_ENABLE = no
|