fix pwm channel

This commit is contained in:
2023-10-11 11:38:17 +02:00
parent f41cf5c6eb
commit a00e8d6d03
6 changed files with 27 additions and 25 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace PinNumbers {
constexpr uint8_t dir2 = 23;
constexpr uint8_t pwm = 22;
constexpr uint8_t encoder = 33;
constexpr uint8_t pmwChannel = 0;
constexpr uint8_t pmwChannel = 1;
}
}