Skip to content

Commit

Permalink
Update lab7.md
Browse files Browse the repository at this point in the history
Remove markdown syntax on doxygen page
  • Loading branch information
jminjares4 authored Oct 27, 2023
1 parent 4681e18 commit 2558063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_pages/lab7.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void app_main(void){
}
~~~

## **Example 3**
## Example 3
This example can display the use of PWM on the ESP32 using a buzzer with a center frequency of 2.7k Hz. It will play the tune of mary had a little lamb changing the frequency to play the notes.
~~~c
#include <stdio.h>
Expand Down Expand Up @@ -445,4 +445,4 @@ Lastly, `LEDC` driver allows users to control the operation of the timer: `ledc_

<span class="next_section_button">
Read Next: [Lab 8](@ref doc_pages/lab8.md)
</span>
</span>

0 comments on commit 2558063

Please sign in to comment.