Skip to content

Commit

Permalink
Merge pull request letscontrolit#3658 from TD-er/feature/PWM_motor
Browse files Browse the repository at this point in the history
PWM controlled motor controller plugin
  • Loading branch information
TD-er authored Jan 27, 2022
2 parents dd9b363 + 2f84028 commit bed5ede
Show file tree
Hide file tree
Showing 11 changed files with 1,106 additions and 10 deletions.
1 change: 1 addition & 0 deletions src/_P016_IR.ino
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ boolean Plugin_016(uint8_t function, struct EventStruct *event, String& string)
Device[deviceCount].ValueCount = 1;
Device[deviceCount].SendDataOption = true;
Device[deviceCount].TimerOption = false;
Device[deviceCount].TimerOptional = true;
break;
}

Expand Down
1 change: 1 addition & 0 deletions src/_P017_PN532.ino
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ boolean Plugin_017(uint8_t function, struct EventStruct *event, String& string)
Device[deviceCount].ValueCount = 1;
Device[deviceCount].SendDataOption = true;
Device[deviceCount].TimerOption = false;
Device[deviceCount].TimerOptional = true;
Device[deviceCount].GlobalSyncOption = true;
break;
}
Expand Down
1 change: 1 addition & 0 deletions src/_P097_Esp32Touch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ boolean Plugin_097(uint8_t function, struct EventStruct *event, String& string)
Device[deviceCount].SendDataOption = true;
Device[deviceCount].DecimalsOnly = false;
Device[deviceCount].TimerOption = false;
Device[deviceCount].TimerOptional = true;
Device[deviceCount].GlobalSyncOption = true;
break;
}
Expand Down
Loading

0 comments on commit bed5ede

Please sign in to comment.