资源列表
32x16dianzhenGAME
- 第一次自己写关于游戏的代码,学习到蛮多的。。。参考了很多资料,写了这个贪吃蛇。自己做着玩,所以代码没有精炼,没想得太多,只为了实现功能,所以代码比较冗长繁琐导致16K差不多用完了。板子上本来有20个灯,最初想法是想做流水效果点缀的,现在没办法只能以后再点上咯。。。代码和原理图附上。方便有想法要做的朋友-The first to write about the game code, learn to find many. . . A lot of information, wrote this s
danpianjidaocheleida
- 主程序如下 void main(void) { unsigned int valA,tempe=0,tempe1=0 unsigned char TempCyc //play = 0 Delay400Ms() //启动等待,等LCM讲入工作状态 LCMInit() //LCM初始化 // Delay5Ms() //延时片刻(可不要) // DisplayListChar(0, 0, mcustudio) // DisplayListChar(0
haowanxinlvceliangyi--yuanma
- Project: Measuring heart rate through fingertip Copyright @ Rajendra Bhatt January 18, 2011 PIC16F628A at 4.0 MHz external clock, MCLR enabled sbit IR_Tx at RA3_bit sbit DD0_Set at RA2_bit sbit DD1_Set at RA1_bit sbit
usb_serial
- Usb Serial Fireware for ATMEGA32u4
spi
- CC254X系列SPI接口裸机驱动,SPI 主发送、主接收、从发送、从接收-CC254x SPI Interface Driver,SPI master send、master receive、slave send、slave receive
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
12864yejignxianshi
- 12864液晶显示到液晶屏的任意一个位置上。-12864 yejing xianshi dao juti weizhi
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
