PWM auf Pins 0 bis 20

This commit is contained in:
2026-07-04 02:44:36 +02:00
parent 5234c8d23d
commit 1f4b353f6c
12 changed files with 392 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include <stdint.h>
void hw_pwm_init(void);
void hw_pwm_set(unsigned pin, uint16_t level);