-
Electronic code lock design, with detailed circuit diagrams and C language code...
电子密码锁设计,设有详细的电路图和C语言代码;用KEIL编译生成HEX文件,可用PROTUES方针-Electronic code lock design, with detailed circuit diagrams and C language code with KEIL compiler generated HEX file that can be used PROTUES approach
- 2022-07-26 15:18:51下载
- 积分:1
-
Meritorious service with the LPC2131 weeks to achieve the basic display LCD12232...
用周立功的LPC2131实现的LCD12232的基本显示功能,包含有PROTEUS连接图,绝对经典-Meritorious service with the LPC2131 weeks to achieve the basic display LCD12232, contains PROTEUS connection graph, absolute classic
- 2022-02-10 00:40:12下载
- 积分:1
-
Example Interrupt program for LPC21
Example Interrupt program for LPC21
- 2022-06-03 09:32:04下载
- 积分:1
-
usb driver 原码.usb driver 原码, usb driver 原码
usb driver 原码.usb driver 原码, usb driver 原码-usb driver source. usb driver source code, usb driver source
- 2022-02-03 12:02:10下载
- 积分:1
-
《嵌入式Linux-硬件,软件与接口》一书中的源代码
《嵌入式Linux-硬件,软件与接口》一书中的源代码- "Inserts the Type Linux- Hardware, Software And Connection" in
a book source code
- 2022-03-23 15:50:32下载
- 积分:1
-
mp3的设计与实现,是一篇关于mp3方面研究的研究生毕业论文,对mp3方面的开发人员一定有帮助。...
mp3的设计与实现,是一篇关于mp3方面研究的研究生毕业论文,对mp3方面的开发人员一定有帮助。-Design and Implementation of mp3 is an mp3 research on post-graduate thesis on the mp3 area developers will certainly be helpful.
- 2022-03-14 12:48:23下载
- 积分:1
-
SCM calendar clock, and displayed on the LCD screen.
单片机控制日历时钟,并显示在LCD显示屏上。-SCM calendar clock, and displayed on the LCD screen.
- 2022-11-22 02:35:03下载
- 积分:1
-
ENC28J60在STM32下的驱动代码
资源描述ENC28J60在STM32下的驱动代码,移植可用。希望有帮助
- 2023-04-22 12:20:03下载
- 积分:1
-
其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open("/dev/dsp", O_RDWR) ,...
其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open("/dev/dsp", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所以无法录音和放音同步进行。解决方法就是分别以RDONLY方式打开进行录音和WRONLY方式打开进行放音。
Sound1.c用于将录音保存在test.wav文件中,并利用cast test.wav > /dev/sound/dsp回放文件。此处需要注意的是,录音频率必须是44100才能正确回放。否则就会出现类似快放的效果。分析应该是cast方式利用了dsp的默认播放频率44100,所以如果录音的时候低于这个频率,这放的时候就会快放。
此外,设置采样率的时候必须设置成16bit,否则会提示出错。原因尚不知道,估计是与声卡有关。
- 2022-01-21 20:45:44下载
- 积分:1
-
兼容 FAT16 和 FAT32 文件系统的代码
兼容 FAT16 和 FAT32 文件系统的代码,代码可以移植到嵌入式资源是很方便
- 2023-05-25 14:55:03下载
- 积分:1