Skip to content

Commit cb2558d

Browse files
authored
Merge pull request #568 from srobo/fix-volts-unit
Fix Volts symbol to be correctly capitalised
2 parents 8cbea4d + d6d895a commit cb2558d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programming/arduino/sr_firmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ value = robot.arduino.pins[3].digital_read()
8484
value = robot.arduino.pins[7].digital_read()
8585
~~~~~
8686

87-
`value` will now contain `True` or `False` depending on whether the pin was high (5v) or low (0v), respectively.
87+
`value` will now contain `True` or `False` depending on whether the pin was high (5V) or low (0V), respectively.
8888

8989
You can read an **analog** input pin with the following code:
9090

robots_101/team_supervisor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We aim to host our Kickstart event and Tech Days in multiple locations to make i
1818
This is especially important to book for the competition, as you will likely need to arrange to stay overnight near the venue.
1919

2020
Our kit includes a battery and a few boards to get your robot started. However, your team will need additional components and materials from which to build their robot. For the chassis, your team has several options. Teams often use cardboard, MDF, Aluminium, and/or Acrylic. In terms of electronic components, teams often make use of:
21-
- At least two 12v motors (our kit supports four)
21+
- At least two 12V motors (our kit supports four)
2222
- A few servo motors
2323
- A few microswitches for detecting if you bump into something
2424
- Ultrasound sensor

0 commit comments

Comments
 (0)