Skip to content

Commit 183f482

Browse files
WillB97PeterJCLaw
andauthored
Apply suggestions from code review
Co-authored-by: Peter Law <[email protected]>
1 parent cd52616 commit 183f482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/sr/ruggeduinos/custom_firmware.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ If you're using completely custom firmware, you'll need to tell the kit to ignor
2525
[Extension of the SR firmware](#extension) {#extension}
2626
------------------------------
2727

28-
<div class="warning">
28+
<div class="warning" markdown="1">
2929
Because the API sets all pins to inputs when the robot is initialised, you cannot set pin modes in the setup function as these will be overridden.
30-
In order to setup pins you can either create a function on the ruggeduino that you call after your robot is initialised or use the [python functions](/docs/programming/sr/ruggeduinos/) to setup the pins.
30+
In order to setup pins you can either create a function on the ruggeduino that you call after your robot is initialised or use the [python functions](/docs/programming/sr/ruggeduinos/#pin-modes) to setup the pins.
3131
</div>
3232

3333
You may wish to extend the SR firmware with additional functionality.

0 commit comments

Comments
 (0)