Skip to content

Commit f4c504f

Browse files
update
1 parent e094b01 commit f4c504f

8 files changed

Lines changed: 5 additions & 71 deletions

File tree

project/py_scripts/v08.py

Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,11 @@
1010

1111
The Introduction projects should be completed before starting the OOP Mini Project. Ultimately, students should have a basic understanding of the following concepts: different sensors and actuators, wiring a breadboard, Unit Testing, and debugging software and hardware.
1212

13-
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px;">
14-
<figure style="text-align: center;">
15-
<img src="../introduction_projects/images/blink_led.png" alt="Blink LED" width="200"/>
16-
<figcaption style="display:block">Blink LED</figcaption>
17-
</figure>
18-
<figure style="text-align: center;">
19-
<img src="../introduction_projects/images/digital_sensor.png" alt="Digital Sensor" width="200"/>
20-
<figcaption>Digital Sensor</figcaption>
21-
</figure>
22-
<figure style="text-align: center;">
23-
<img src="../introduction_projects/images/analog_sensor.png" alt="Analog Sensor" width="200"/>
24-
<figcaption>Analog Sensor</figcaption>
25-
</figure>
26-
<figure style="text-align: center;">
27-
<img src="../introduction_projects/images/servo_control.png" alt="Servo Control" width="200"/>
28-
<figcaption>Servo Control</figcaption>
29-
</figure>
30-
<figure style="text-align: center;">
31-
<img src="../introduction_projects/images/ultrasonic_sensor.png" alt="Ultrasonic Sensor" width="200"/>
32-
<figcaption>Ultrasonic Sensor</figcaption>
33-
</figure>
34-
<figure style="text-align: center;">
35-
<img src="../introduction_projects/images/I2C_module.png" alt="I2C Module" width="200"/>
36-
<figcaption>I2C Module</figcaption>
37-
</figure>
38-
</div>
13+
| | |
14+
| --- | --- |
15+
| ![Blink LED](../introduction_projects/images/blink_led.png)<br/>Blink LED | ![Digital Sensor](../introduction_projects/images/digital_sensor.png)<br/>Digital Sensor |
16+
| ![Analog Sensor](../introduction_projects/images/analog_sensor.png)<br/>Analog Sensor | ![Servo Control](../introduction_projects/images/servo_control.png)<br/>Servo Control |
17+
| ![Ultrasonic Sensor](../introduction_projects/images/ultrasonic_sensor.png)<br/>Ultrasonic Sensor | ![I2C Module](../introduction_projects/images/I2C_module.png)<br/>I2C Module |
3918

4019
## Wokwi
4120

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)