资源列表
lixingyu
- #include<reg52.h> #define uint unsigned int #define uchar unsigned char uchar abit=16 //流到哪位 uchar atimer0_n uchar code abit8[9]={1,2,4,8,16,32,64,128,0} uchar nn char a,b,c,d main() { TMOD = 0x11 TL0 = 0x00 /
xunlidiqiuyi
- #include <io.h> #include <interrupt.h> #include <pgmspace.h> #include <led_data.h> #include <led_text.h> #define bit_set(port_address,bit_serial) ((port_address) |= (1 < bit_serial)) #define bit_clear(p
webPlayer
- 第一个版本的原型机会采用Cortex M3级别的芯片,使用SD卡作为音乐的缓冲区,通过WiFi模块配合 lwIP网络协议栈连接豆瓣服务器,将数据首先下载到SD卡中缓存起来;系统采用一块Vx10xx MP3解码 芯片实现音乐的解码和播放。播放模块始终从SD卡中读取缓存的音乐,从而避免由于网络不稳定带来的 糟糕的播放体验。为了保护该开源项目,SD卡将不使用任何标准的文件系统,我们会将其视作一个巨大 的FLASH缓冲区使用,配合一个简单的链表式存储结构来保存和索引音乐文件。为了解决T
Tetris
- 代码使用模块化编写, 简单且易于移植. Windows平台的控制台程序和MSP430 Launchpad上的绝大部分代码都是相同的, 只有UI模块根据平台进行了重写. 所以, 如果你想要移植它到其它平台, 或者使用其它显示设备, 只要简单的重写UI模块即可实现.-The code uses the modular writing, simple and easy to transplant. The majority of Windows platform and MSP430 Launchpa
lushuideng
- 流水灯 通过单片机进行对多个LED等进行轮流闪烁-water lamp
_STM32F103C8T6-IIC
- STM32开发板的资料 可以给大家学习带来一些帮助 挺不错的-STM32 development board to learn the information you can give us some help pretty good
STM32F10x_IAP_bootloader
- STM32单片机 串口bootloader ,IAP源码。测试过了。方便调试使用。方便商用升级代码,串口实现,方便改成USB接口-STM3210X uart bootloader IAP
bujindianji
- 步进电机小程序,基于普中51单片机,含有C++源程序,同时可以在屏幕上显示转动的角度-The stepping motor of small procedures, based on 51 single chip microcomputer in general, contains C++ source code,At the same time can display the rotation angle on the screen
shuzidianyabiao
- 基于89C52,adc0808de 数字电压表,采集两路并显示,使用INT1,有报警-Digital voltage meter to collect two way is to use INT1 alarm
tuoluoyi
- 基于pic18f4550芯片,利用三周陀螺仪进行测量高度或者距离的程序-Based on the pic18f4550 chip, measured height or distance procedure using three weeks of gyroscope
sixuanyi
- 四旋翼飞行器的驱动程序,基于C语言开发,包含hex文件-The driver four rotor aircraft, based on the C language development, including the hex file
diantiao
- 四旋翼电调程序,实现四个电机在陀螺仪监控下的速度变化-The four rotor power transfer process, implemented in the gyroscope under the monitor of motor speed change four
