extras/new_pwm: multi-channel soft PWM with example

This commit is contained in:
Nochkin 2017-12-15 00:15:41 -05:00
parent c3ae04c93f
commit 86572c4b76
4 changed files with 63 additions and 0 deletions

View file

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