Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update string title and array source to fix type definition in docs #1173

Merged
merged 1 commit into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/hardware/_unlisted/boards/101/product.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: 101
title: "101"
certifications: [CE]
---
---
8 changes: 0 additions & 8 deletions content/learn/03.programming/10.audio/audio.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
title: "Audio Basics with Arduino"
description: "Learn how to create tones and even entire songs using an Arduino."
source:
[
"https://playground.arduino.cc/Main/Freqout/",
"https://playground.arduino.cc/Code/MusicalAlgoFun/",
"https://playground.arduino.cc/Code/PCMAudio/",
"https://playground.arduino.cc/Main/RickRoll/",
"https://playground.arduino.cc/Main/Smoothstep/",
]
author: "Paul Badger, Alexandre Quessy, Michael Smith, Samantha Lagestee, Dan Thompson"
---

Expand Down