Basic PWM implementation [WIP]
This commit is contained in:
parent
bcc22bdfc5
commit
adf392ed06
3 changed files with 180 additions and 0 deletions
9
extras/pwm/component.mk
Normal file
9
extras/pwm/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/pwm
|
||||
|
||||
INC_DIRS += $(ROOT)extras/pwm
|
||||
|
||||
# args for passing into compile rule generation
|
||||
extras/pwm_INC_DIR = $(ROOT)extras/pwm
|
||||
extras/pwm_SRC_DIR = $(ROOT)extras/pwm
|
||||
|
||||
$(eval $(call component_compile_rules,extras/pwm))
|
||||
Loading…
Add table
Add a link
Reference in a new issue