Difference between revisions of "Matrix - Buzzer"
From FriendlyELEC WiKi
Line 2: | Line 2: | ||
==介绍== | ==介绍== | ||
− | + | [[File:pwm.jpg|thumb|Buzzer]] | |
==特性== | ==特性== |
Revision as of 07:57, 16 July 2015
Contents
1 介绍
2 特性
待写...
3 使用方法
3.1 连接
- 连接到Tiny4412 SDK (1506)
- 待写...
3.2 Linux下的C示例
#include <stdio.h> #include "libfahw.h"
3.3 编译并运行示例
git clone http://github.com/friendlyarm/fa-hardware.git cd fa-hardware cd demo cd xxx make
将编译生成的xxx通过ftp上传到开发板上运行即可测试。