|
10 | 10 |
|
11 | 11 | 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. |
12 | 12 |
|
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 | +| <br/>Blink LED | <br/>Digital Sensor | |
| 16 | +| <br/>Analog Sensor | <br/>Servo Control | |
| 17 | +| <br/>Ultrasonic Sensor | <br/>I2C Module | |
39 | 18 |
|
40 | 19 | ## Wokwi |
41 | 20 |
|
|
0 commit comments