Skip to content

Commit c95ad25

Browse files
authored
Clarify where the images are saved
1 parent b0ff591 commit c95ad25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/sr/cheat_sheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ R.servo_board.servos[11].position = None
152152
It can sometimes be useful to save a photo of what markers the robot can see:
153153

154154
~~~~~ python
155-
R.camera.save("my-photo.png")
155+
R.camera.save("my-photo.png") # Save my-photo.png to the USB drive
156156
~~~~~
157157

158158
### Looking for markers
@@ -261,4 +261,4 @@ You can use this to save files and information to the drive.
261261

262262
~~~~~ python
263263
usb_key_path = R.usbkey # -> pathlib.Path
264-
~~~~~
264+
~~~~~

0 commit comments

Comments
 (0)