Skip to content

Commit b75e38a

Browse files
committed
example: fix OptoRelay example
1 parent bb4073b commit b75e38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Modulino_Relay/Basic/Basic.ino renamed to examples/Modulino_OptoRelay/Basic/Basic.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <Modulino.h>
22

3-
ModulinoRelay relay;
3+
ModulinoOptoRelay relay;
44

55
void setup() {
66
Serial.begin(115200);

0 commit comments

Comments
 (0)