We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd29f9 commit 7193eceCopy full SHA for 7193ece
libraries/Servo/src/Servo.h
@@ -90,8 +90,8 @@
90
#if !defined(ARDUINO_ARCH_STM32F4)
91
92
typedef struct {
93
- uint8_t nbr : 6 ; // a pin number from 0 to 63
94
- uint8_t isActive : 1 ; // true if this channel is enabled, pin not pulsed if false
+ uint8_t nbr; // a pin number from 0 to 255
+ uint8_t isActive; // true if this channel is enabled, pin not pulsed if false
95
} ServoPin_t ;
96
97
0 commit comments