We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e5856 commit 2156c29Copy full SHA for 2156c29
content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference/giga-usb.md
@@ -27,7 +27,7 @@ Initializes the default op-amp channel. You can specify the speed mode as either
27
- `OPAMP_SPEED_LOWSPEED`
28
- `OPAMP_SPEED_HIGHSPEED` (default)
29
30
-#### Returns
+**Returns**
31
32
- `true` if initialization was successful.
33
- `false` if initialization failed.
@@ -38,7 +38,7 @@ Checks whether a specific op-amp channel is currently running.
38
**Parameters**
39
- `channel`: The channel number to check (0 to 3).
40
41
42
- `true` if the channel is active.
43
- `false` if the channel is inactive.
44
0 commit comments