Control an LED output based on the logical combination of two push-button inputs.
| Name | Type | Usage | Description |
|---|---|---|---|
| In_Pb1 | BOOL | Input | Input push-button 1 |
| In_Pb2 | BOOL | Input | Input push-button 2 |
| Out_Led | BOOL | Output | LED light output |
Open this exercise in Rungs Studio, write your solution, then click Test in the toolbar to verify your work against the built-in test cases.