18 lines
341 B
Plaintext
18 lines
341 B
Plaintext
![]() |
static_library("bossay_hi3861_l0_LED") {
|
||
|
sources = [
|
||
|
"LED.c",
|
||
|
]
|
||
|
|
||
|
|
||
|
include_dirs = [
|
||
|
"//base/iot_hardware/peripheral/interfaces/kits",
|
||
|
"//device/bossay/hi3861_l0/iot_hardware_hals/include",
|
||
|
"../../../common/inc"
|
||
|
]
|
||
|
|
||
|
deps = [
|
||
|
"../../common/iot_wifi:iot_wifi",
|
||
|
]
|
||
|
|
||
|
}
|