Skip to content

Commit

Permalink
Update buzzer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ofchenyuan committed Aug 30, 2019
1 parent 7c82765 commit 8f6c78c
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions source/webduino/tutorials/board/buzzer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
- | 测试日期 | 测试环境 | 硬件版本 | 固件版本 | 软件版本 | 测试人员 |测试结果 |
| ------------- | ----------------- | --------- | ------------------ | -------- | ------------- |------------- |
| 2019年8月23日 | Windwos7 &Windwos10 & browser | 1.4 | 7NJfWecLminDsnEtpD | 1.2.5 | 陈渊&徐光发 |有小问题:【停止演奏】积木需要内置部分延时 |
<ul>
<li><table>
<colgroup>
<col style="width: 14%" />
<col style="width: 18%" />
<col style="width: 9%" />
<col style="width: 19%" />
<col style="width: 8%" />
<col style="width: 14%" />
<col style="width: 14%" />
</colgroup>
<thead>
<tr class="header">
<th>测试日期</th>
<th>测试环境</th>
<th>硬件版本</th>
<th>固件版本</th>
<th>软件版本</th>
<th>测试人员</th>
<th>测试结果</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>2019年8月23日</td>
<td>Windwos7 &amp;Windwos10 &amp; browser</td>
<td>1.4</td>
<td>7NJfWecLminDsnEtpD</td>
<td>1.2.5</td>
<td>陈渊&amp;徐光发</td>
<td>有小问题:【停止演奏】积木需要内置部分延时</td>
</tr>
</tbody>
</table></li>
</ul>
## 音乐&声音

开发板内有一个微型蜂鸣器,可以发出三个八度音阶的单一声响,通过不同音符代码的组合,或者搭配内置的范例音乐,就能让开发板发出各种美妙的旋律。
Expand Down

0 comments on commit 8f6c78c

Please sign in to comment.