#267 new output commands PWM_MODE_BAL & PWM_MODE_MS

This commit is contained in:
mstroh76
2024-08-23 16:30:08 +02:00
parent 725336332e
commit 6992794f1d
2 changed files with 21 additions and 12 deletions

View File

@@ -58,10 +58,12 @@
// Pin modes
#define INPUT 0
#define OUTPUT 1
#define PWM_OUTPUT 2
#define GPIO_CLOCK 3
#define INPUT 0
#define OUTPUT 1
#define PWM_OUTPUT 2
#define PWM_MS_OUTPUT 8
#define PWM_BAL_OUTPUT 9
#define GPIO_CLOCK 3
#define SOFT_PWM_OUTPUT 4
#define SOFT_TONE_OUTPUT 5
#define PWM_TONE_OUTPUT 6