modify:add articles and modifying tags

*docsify tag error : speaker.md
This commit is contained in:
Mori Naoyuki
2019-05-06 22:58:59 +09:00
parent 1e3d58a1cb
commit 11627e7f73
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ None
**Description: Set the pitch of speaker.**
| Param | Description | type |
| --- | --- | -- |
| --- | --- | --- |
| freq | frequency | uint16_t |
| duration | duration (unit: millisecond) | uint16_t |
@@ -71,7 +71,7 @@ Set the beep sound.
<mark>setBeep(uint16_t freq, uint16_t duration);</mark>
| Argument | Description | Type |
| --- | --- |-|
| --- | --- | --- |
| freq | pitch (frequency Hz) | uint16_t |
| duration | beep time (ms), optional. | uint16_t |