feature(ir): add ir tx rx driver

This commit is contained in:
xiongyu
2019-08-20 16:34:46 +08:00
parent 287a2fcbd3
commit 428f2f3b1a
18 changed files with 1213 additions and 2 deletions

View File

@ -44,7 +44,9 @@ else()
"driver/i2s.c"
"driver/pwm.c"
"driver/spi.c"
"driver/uart.c")
"driver/uart.c"
"driver/ir_tx.c"
"driver/ir_rx.c")
set(include_dirs "include" "include/driver")