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: programming/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ title: Programming
7
7
8
8
# Programming Your Robot
9
9
10
-
Robots build using the SR kit are programmed with [Python 3.11](https://www.python.org) which is made possible with a custom-built Python library, `sr.robot3`.
10
+
Robots built using the SR kit are programmed with [Python 3.11](https://www.python.org) which is made possible with a custom-built Python library, `sr.robot3`.
11
11
This library deals with talking to the boards and doing all the complicated bits so you can focus on the fun bits.
12
12
13
13
The [Robot API]({{ site.baseurl }}/programming/robot_api/) page has the details about this library.
0 commit comments