Control an LED output in rungs.dev based on the logical combination of two push-button BOOL inputs — set the LED on when In_Pb1 is 1 and In_Pb2 is 0.
| 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.