Multi-Channel Soft PWM library (#579)

This commit is contained in:
Sashka 2018-02-23 12:29:42 -05:00 committed by Ruslan V. Uss
parent 49343e9c68
commit 8d4b4aa7a3
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