Skip to content

Commit

Permalink
Updated lab
Browse files Browse the repository at this point in the history
  • Loading branch information
jminjares4 committed May 22, 2022
1 parent 1f5e200 commit f97e3fd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Lab_0/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **LAB 0 LED Lightshow :zap:**
# **Lab 0 LED Lightshow :zap:**
## **Objective:**
---
* 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.
Expand Down
2 changes: 1 addition & 1 deletion Lab_1/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **LAB 1 LED Controller :zap:**
# **Lab 1 LED Controller :zap:**
## **Objective:**
---
* 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.
Expand Down
2 changes: 1 addition & 1 deletion Lab_2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **LAB 2 Interrupts :zap:**
# **Lab 2 Interrupts :zap:**

### **Objective**
***
Expand Down
2 changes: 1 addition & 1 deletion Lab_3/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **LAB 3 Introduction to FreeRTOS :zap:**
# **Lab 3 Introduction to FreeRTOS :zap:**

## **Objective:**
---
Expand Down
2 changes: 1 addition & 1 deletion Lab_4/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **LAB 4 FreeRTOS: Semaphores :zap:**
# **Lab 4 FreeRTOS: Semaphores :zap:**

## **Objective:**
***
Expand Down
2 changes: 1 addition & 1 deletion Lab_5/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **LAB 5 FreeRTOS: Queue :zap:**
# **Lab 5 FreeRTOS: Queue :zap:**

## **Objective:**

Expand Down
2 changes: 1 addition & 1 deletion Lab_6/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **LAB 6 GPIO, Interrupts, and Queues :zap:**
# **Lab 6 GPIO, Interrupts, and Queues :zap:**

## **Objective:**
***
Expand Down
2 changes: 1 addition & 1 deletion Lab_7/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **LAB 7 Peripherals and Queues:ADC and PWM (LEDC) :zap:**
# **Lab 7 Peripherals and Queues:ADC and PWM (LEDC) :zap:**

### **Objective**
***
Expand Down
2 changes: 1 addition & 1 deletion Lab_8/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **LAB 8 DAC Peripheral :zap:**
# **Lab 8 DAC Peripheral :zap:**

### **Objective**
***
Expand Down

0 comments on commit f97e3fd

Please sign in to comment.