Skip to content

Commit ae69616

Browse files
authored
Noun
1 parent 183f482 commit ae69616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/ruggeduinos/custom_firmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you're using completely custom firmware, you'll need to tell the kit to ignor
2727

2828
<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/#pin-modes) 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)