Initial HW PWM (Delta-Sigma) (#609)

This commit is contained in:
Zaltora 2018-05-19 23:47:29 +02:00 committed by Ruslan V. Uss
parent 10f361c8ca
commit 4dc7d825bc
6 changed files with 238 additions and 11 deletions

View file

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