Skip to content

Commit f97e3fd

Browse files
committed
Updated lab
1 parent 1f5e200 commit f97e3fd

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

Lab_0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **LAB 0 LED Lightshow :zap:**
1+
# **Lab 0 LED Lightshow :zap:**
22
## **Objective:**
33
---
44
* Understand how to use the gpio driver library from [`Espressif`](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/gpio.html#). The lab will consist of creating a `sweeper` and also `led chaser`. The `sweeper` will iterate over mutiple LEDs by turning from the lowest to highest bit and then turn off the most significant bit to lowest bit. While `led chaser` as the name states will haven a single led iterating from the lowest to most significant bit. For both the `sweeper` and `led chaser` use up to 6 GPIOs.

Lab_1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **LAB 1 LED Controller :zap:**
1+
# **Lab 1 LED Controller :zap:**
22
## **Objective:**
33
---
44
* Understand how to use the gpio driver library from [`Espressif`](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/gpio.html#). The lab will consist of using a `sweeper`, `led chaser` and any additionals led sequence that the student developed which be selected via an input. Students must have a total of three buttons. First button must start `sweeper` function which student must have complete from the previous lab. Next, the second button must start the `led chaser` function. Lastly, the third button must toggle the state of the onboard led.

Lab_2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **LAB 2 Interrupts :zap:**
1+
# **Lab 2 Interrupts :zap:**
22

33
### **Objective**
44
***

Lab_3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **LAB 3 Introduction to FreeRTOS :zap:**
1+
# **Lab 3 Introduction to FreeRTOS :zap:**
22

33
## **Objective:**
44
---

Lab_4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **LAB 4 FreeRTOS: Semaphores :zap:**
1+
# **Lab 4 FreeRTOS: Semaphores :zap:**
22

33
## **Objective:**
44
***

Lab_5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **LAB 5 FreeRTOS: Queue :zap:**
1+
# **Lab 5 FreeRTOS: Queue :zap:**
22

33
## **Objective:**
44

Lab_6/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **LAB 6 GPIO, Interrupts, and Queues :zap:**
1+
# **Lab 6 GPIO, Interrupts, and Queues :zap:**
22

33
## **Objective:**
44
***

Lab_7/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **LAB 7 Peripherals and Queues:ADC and PWM (LEDC) :zap:**
1+
# **Lab 7 Peripherals and Queues:ADC and PWM (LEDC) :zap:**
22

33
### **Objective**
44
***

Lab_8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **LAB 8 DAC Peripheral :zap:**
1+
# **Lab 8 DAC Peripheral :zap:**
22

33
### **Objective**
44
***

0 commit comments

Comments
 (0)