pwm works

This commit is contained in:
Wolfgang Hottgenroth
2018-01-16 17:56:07 +01:00
parent 3aa6bbc9a6
commit 4ee20b974a
20 changed files with 920 additions and 618 deletions

View File

@ -21,6 +21,7 @@
#include "stm32f1xx_hal.h"
#include "blinky.h"
#include "pwm.h"
void my_setup_1() {
@ -42,6 +43,7 @@ void my_errorHandler() {
void my_setup_2() {
blinkyInit();
pwmInit();
}