Basic PWM implementation [WIP]

This commit is contained in:
Blipi 2015-08-28 22:24:14 +02:00
parent bcc22bdfc5
commit adf392ed06
3 changed files with 180 additions and 0 deletions

9
extras/pwm/component.mk Normal file
View 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))