这个人很懒,暂无签名信息
aplay -D plughw:0,0 xxx.wav plughw后面的0,0指的是card0,device0.(声卡id和设备id),根据个人情况会有不同 声卡id和设备id可以通过aplay -l命令来查看 比如: upsquared@ubuntu:~/work18.7.12$ aplay -l **** List of PLAYBACK Hardware Devices **** ...
直接上代码 //首先定义好I/O口 sbit SDO=P1^0; sbit SDI=P1^1; sbit SCK=P1^ 2; sbit SCS=P1^3; sbit ACC_7= ACC^7; unsigned int SpiRead(unsigned char add) { unsigned char i; unsigned int datal6; add&=0x3f;/*6位地址*/ ...