Implement a logical NOT gate Add-On Instruction in rungs.dev that inverts a single BOOL input every scan and writes the negated result to the output.
| Name | Type | Usage | Description |
|---|---|---|---|
| In_Input | BOOL | Input | The boolean value to be negated. |
| Out_NegatedOutput | BOOL | Output | The negated result of the input. |
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.