We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a66978 commit 1fd1768Copy full SHA for 1fd1768
1 file changed
Plugins/ArduinoOutput/ArduinoOutput.cpp
@@ -178,13 +178,13 @@ void ArduinoOutput::handleTTLEvent (TTLEventPtr event)
178
{
179
arduino.sendDigital (
180
getParameter ("output_pin")->getValue(),
181
- ARD_LOW);
+ ARD_HIGH);
182
}
183
else
184
185
186
187
- ARD_HIGH);
+ ARD_LOW);
188
189
190
0 commit comments