pwm works
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user