8000 fixes to formatting, titles etc · slavicd/arduino-docs-content@8c18402 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c18402

Browse files
committed
fixes to 8000 formatting, titles etc
1 parent 636ef76 commit 8c18402

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/learn/03.programming/10.audio/audio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Audio basics with Arduino"
2+
title: "Audio Basics with Arduino"
33
description: "Learn how to create tones and even entire songs using an Arduino."
44
source:
55
[
@@ -282,7 +282,7 @@ Takes over Timer 1 (16-bit) for the 8000 Hz timer. This breaks PWM (analogWrite(
282282

283283
### References:
284284

285-
- http://tet.pub.ro/Documente/Proiect%20final/Documentatie/Difuzor/Arduino%20Sound%20%E2%80%93%20Part%201%20%E2%80%93%20uCHobby.pdf
285+
- [http://tet.pub.ro/](http://tet.pub.ro/Documente/Proiect%20final/Documentatie/Difuzor/Arduino%20Sound%20%E2%80%93%20Part%201%20%E2%80%93%20uCHobby.pdf) (PDF).
286286
- https://www.evilmadscientist.com/article.php/avrdac
287287
- https://www.gamedev.net/reference/articles/article442.asp
288288

content/learn/05.communication/06.one-wire/one-wire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: "Arduino Community"
77

88
> This article was revised on 2022/09/28 by Hannes Siebeneicher.
99
10-
**Controller/peripheral is formerly known as master/slave. Arduino no longer supports the use of this terminology. Devices formerly known as master are referred to as controller and devices formerly known as slaves are referred to as peripheral.**
10+
***Controller/peripheral is formerly known as master/slave. Arduino no longer supports the use of this terminology. Devices formerly known as master are referred to as controller and devices formerly known as slaves are referred to as peripheral.***
1111

1212
1-Wire communication is a protocol operating through one wire between the controller device and the peripheral device. This article covers the basics of using the 1-Wire protocol with an Arduino with the help of the [OneWire](https://www.arduino.cc/reference/en/libraries/onewire/) library. The following sections provide information about the 1-Wire protocol, interface, power, addressing devices, reading devices and finally a short glimpse into the library's history.
1313

0 commit comments

Comments
 (0)
0