Skip to content

Commit 87e5856

Browse files
Fix Linter
1 parent 6ea10ef commit 87e5856

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference

1 file changed

+3
-3
lines changed

Diff for: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference/giga-usb.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ More information on implementation can be found [here](https://docs.arduino.cc/t
2121

2222
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.
2323

24-
#### Parameters
24+
**Parameters**
2525

2626
`speed` (optional): The speed mode of the op-amp. Options are:
2727
- `OPAMP_SPEED_LOWSPEED`
@@ -35,7 +35,7 @@ Initializes the default op-amp channel. You can specify the speed mode as either
3535
### `bool isRunning(uint8_t channel)`
3636
Checks whether a specific op-amp channel is currently running.
3737

38-
#### Parameters
38+
**Parameters**
3939
- `channel`: The channel number to check (0 to 3).
4040

4141
#### Returns
@@ -48,7 +48,7 @@ Deactivates all op-amp channels.
4848
### `void end(uint8_t channel_mask)`
4949
Deactivates specified op-amp channels.
5050

51-
#### Parameters
51+
**Parameters**
5252
- `channel_mask`: A bitmask specifying which channels to deactivate.
5353

5454
## Example Usage

0 commit comments

Comments
 (0)