资源列表
[单片机(51,AVR,MSP430等)] 24064(T6963)
说明:用51驱动T6963(240*64DOTS)液晶模块-51 driven by T6963 (240* 64DOTS) LCD Module<lai> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] music_song
说明:单片机音乐播放程序,附带三首已编音乐代码,音乐调声可调-Singlechip music player program, three have been incidental music code, music, acoustic tune adjustable<周东永> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] touchscreen-icc
说明:触摸屏测试实验,AVR控制,使用ICC语言-Touch-screen testing laboratories, AVR control, the use of ICC language<fangqiandao> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[其他嵌入式/单片机内容] chuankou
说明:关于嵌入式系统的串口开发的程序,可以参考。-Serial port on the embedded system development process, can refer to.<xx> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[其他嵌入式/单片机内容] lcd
说明:51r.例子,也是人家的,我改了下-51r. Examples, but also other people<> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] ProcessG70
说明:控制电机运动的G代码程序,如果对G代码不清楚,请先看懂G代码,然后再看本程序-Control motor movement, G code program, if the G code is not clear, please understand G code, and then look at the procedures<ourgreatwall> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] shizhong
说明:一个基于时钟芯片1302的单片机时钟。使用伟福的仿真器编译通过,同时写入单片机后的硬件电路也好使。-1302 based on the clock chip microcontroller clock. Wei-fu of the use of the compiler through the emulator, at the same time to write after the single-chip hardware circuitry or so.<songbing> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[Windows CE] SPI
说明:SPI驱动源码,写得比较清楚,相信打家能从中受益-SPI driver source code, write more clearly, I believe that playing at home benefit from<liulan> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[其他嵌入式/单片机内容] I2C_controller
说明:verilog编写的一个简单的I2C控制器,言简意赅,完成对寄存器的配置.用户可自行修改配置参数.<康丹丹> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[嵌入式Linux] sound
说明:其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open("/dev/dsp", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所以无法录音和放音同步进行。解决方法就是分别以RDONLY方式打开进行录音和WRONLY方式打开进行放音。 Sound1.c用于将录音保存在te<杨浩> 在 2025-11-22 上传 | 大小:3kb | 下载:0