Added MultiPWM lib and supporting example

This commit is contained in:
Nochkin 2018-02-23 00:29:56 -05:00
parent 49343e9c68
commit 2d77b247f5
4 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# Simple makefile for multipwm example
PROGRAM=multipwm_test
EXTRA_COMPONENTS = extras/multipwm
include ../../common.mk