Skip to content

Commit

Permalink
Fix highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
tfry-git committed Jun 11, 2024
1 parent 58aedd6 commit 6b4ba48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If desparate, there is still a "Mozzi_1" branch in the git repository, but this
## Using Mozzi
Here's a template for an empty Mozzi sketch:

{% highlight c++ %}
```
#include <Mozzi.h> // at the top of your sketch
void setup() {
Expand All @@ -104,7 +104,7 @@ AudioOutput_t updateAudio(){
void loop() {
audioHook();
}
{% endhighlight %}
```

There's a detailed example explaining the different parts [here](https://sensorium.github.io/Mozzi/learn/a-simple-sketch/).

Expand Down

0 comments on commit 6b4ba48

Please sign in to comment.