Skip to content

Commit 993b374

Browse files
Update Lecture0.md
1 parent 63c7a6b commit 993b374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/Lecture0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ The Introduction projects should be completed before starting the OOP Mini Proje
2525
| ![Ultrasonic Sensor](../introduction_projects/images/ultrasonic_sensor.png)<br/>Ultrasonic Sensor | ![I2C Module](../introduction_projects/images/I2C_module.png)<br/>I2C Module |
2626

2727
## Common Mistakes Students Make
28-
1. Programming GPIO Pin 3 but wiring to the 3rd Pin not GP3 (check diagram).
28+
1. Programming GPIO Pin 3, but wiring to the 3rd Pin not GP3 (check diagram).
2929
2. Incorrect polarity on an LED.
3030
3. Connecting to the wrong row on a breadboard.
3131
4. Connecting an analogue sensor to the GND rather than the specific analogue ground AGND.
3232
5. Not uploading the 2IC Libraries either to the Pi Pico or to Wokwi.
33-
6. Overcurrent as the Pi Pico and most sensors are 3.3v sensitive. Only motors should be connected to the VBUS (5v). If a sensor is connected to the VBUS, it will return 5V to the GND, causing an overcurrent situation.
33+
6. Overcurrent, as the Pi Pico and most sensors are 3.3V sensitive. Only motors should be connected to the VBUS (5v). If a sensor is connected to the VBUS, it will return 5V to the GND, causing an overcurrent situation.
3434

3535

3636
## Wokwi

0 commit comments

Comments
 (0)