Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/PRDC_ServoHT.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define INVALID_SERVO 255

typedef struct {
uint8_t nbr; // a pin number from 0 to 255
uint16_t nbr; // 16 bit pin number to enable alternative pin mappings
uint8_t isActive; // true if this channel is enabled, pin not pulsed if false
uint8_t prevAttached; // true if this channel is previusly attached
} ServoPin_t;
Expand Down