From 6b4ba48cf29258d7c64cf33886b758738c8b528f Mon Sep 17 00:00:00 2001 From: Thomas Friedrichsmeier Date: Tue, 11 Jun 2024 16:37:05 +0200 Subject: [PATCH] Fix highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a227202c..19dbd782f 100644 --- a/README.md +++ b/README.md @@ -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 // at the top of your sketch void setup() { @@ -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/).