Skip to content

Commit 9398b55

Browse files
Update content/hardware/08.edu/solution-and-kits/din-simul8/tutorials/getting-started/content.md
Co-authored-by: Gaia Castronovo <[email protected]>
1 parent 9524dca commit 9398b55

File tree

1 file changed

+2
-1
lines changed
  • content/hardware/08.edu/solution-and-kits/din-simul8/tutorials/getting-started

1 file changed

+2
-1
lines changed

content/hardware/08.edu/solution-and-kits/din-simul8/tutorials/getting-started/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Proper connections are crucial in an industrial project. **Always disconnect the
5959

6060
Before proceeding, it is necessary to test if the components and connections are working as expected. We can do this by printing the input values to the [Serial Monitor](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-serial-monitor/).
6161

62-
The Opta WiFi has eight input ports, labeled `I1` to `I8` at the top. These are mapped to pins `A0` through `A7`. To make it easier to reference each input, we can assign a variable to each port using the [`#define`](https://www.arduino.cc/reference/en/language/structure/further-syntax/define/) directive, as shown below:
62+
The Opta WiFi has eight input ports, labeled `I1` to `I8` at the top. These are mapped to pins `A0` through `A7`. To make it easier to reference each input, we can assign a variable to each port using the [`#define`](https://www.arduino.cc/reference/en/language/structure/further-syntax/define/) command, as shown below:
63+
6364

6465
```arduino
6566
#define pin_I1 A0

0 commit comments

Comments
 (0)