You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference/giga-usb.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ More information on implementation can be found [here](https://docs.arduino.cc/t
21
21
22
22
Initializes the default op-amp channel. You can specify the speed mode as either high-speed or low-speed. If no speed mode is specified, the op-amp will default to high-speed mode.
23
23
24
-
#### Parameters
24
+
**Parameters**
25
25
26
26
`speed` (optional): The speed mode of the op-amp. Options are:
27
27
-`OPAMP_SPEED_LOWSPEED`
@@ -35,7 +35,7 @@ Initializes the default op-amp channel. You can specify the speed mode as either
35
35
### `bool isRunning(uint8_t channel)`
36
36
Checks whether a specific op-amp channel is currently running.
37
37
38
-
#### Parameters
38
+
**Parameters**
39
39
-`channel`: The channel number to check (0 to 3).
40
40
41
41
#### Returns
@@ -48,7 +48,7 @@ Deactivates all op-amp channels.
48
48
### `void end(uint8_t channel_mask)`
49
49
Deactivates specified op-amp channels.
50
50
51
-
#### Parameters
51
+
**Parameters**
52
52
-`channel_mask`: A bitmask specifying which channels to deactivate.
0 commit comments