Wirepas SDK
config.mk
Go to the documentation of this file.
1 # Button lib requires the GPIO lib
2 ifeq ($(HAL_BUTTON), yes)
3 HAL_GPIO=yes
4 endif
5 
6 # LED lib requires the GPIO lib
7 ifeq ($(HAL_LED), yes)
8 HAL_GPIO=yes
9 endif
10 
11 # UART lib requires the GPIO lib
12 ifeq ($(HAL_UART), yes)
13 HAL_GPIO=yes
14 endif