Skip to content

Commit 2156c29

Browse files
Linter
1 parent 87e5856 commit 2156c29

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Initializes the default op-amp channel. You can specify the speed mode as either
2727
- `OPAMP_SPEED_LOWSPEED`
2828
- `OPAMP_SPEED_HIGHSPEED` (default)
2929

30-
#### Returns
30+
**Returns**
3131

3232
- `true` if initialization was successful.
3333
- `false` if initialization failed.
@@ -38,7 +38,7 @@ Checks whether a specific op-amp channel is currently running.
3838
**Parameters**
3939
- `channel`: The channel number to check (0 to 3).
4040

41-
#### Returns
41+
**Returns**
4242
- `true` if the channel is active.
4343
- `false` if the channel is inactive.
4444

0 commit comments

Comments
 (0)