-
对STM8L151各个功能模块测试程序
对STM8L151各个功能模块测试程序,十分方便初学STM8L151各个功能有IO中断,中断唤醒,定时中断,串口接收发送,AD转换程序,SLEEP模式(STM8L151 each function module test program, very convenient beginners STM8L151 each function is IO interruption, interrupt, timer interrupt, serial port receive send, AD converter, the SLEEP mode)
- 2015-02-24 13:27:19下载
- 积分:1
-
GC01100111
GC0111 是格科微电子(上海)有限公司2010 年最新研发的一款SOC 芯片,
将Sensor 和协处理器整合到了一颗芯片中,能实现的功能包括:支持EMI 接口
的sensor 预览/拍照/录像、SPI 接口的sensor 预览/拍照/录像、USB1.1 / USB2.0 full
speed、 JPEG 压缩以及提供软T 卡、软Touch panel 的全套解决方案。GC0111
使得MTK 6223D/Infineon ULC3 等低端平台加一颗sensor 变成多媒体手机,降
低客户成本。
GC0110 是格科微电子(上海)有限公司最新推出的支持SPI 协议的CMOS
图像传感器芯片,采用GalaxyCore 最新的传感器工艺,并优化了电路结构,支
持JPEG 压缩,缩短拍照速度,提高用户体验,并支持录像功能。
(GC0111 is Geke Microelectronics (Shanghai) Co., Ltd. 2010, the latest development of a SOC chip
Sensor and co-processor will be integrated into a single chip, to achieve the features include: support for EMI Interface
The sensor Preview/photo/video, SPI interface sensor Preview/photo/video, USB1.1/USB2.0 full
speed, JPEG compression and to provide soft-T card, soft Touch panel the full set of solutions. GC0111
Makes low-end platform MTK 6223D/Infineon ULC3 add a sensor into a multimedia mobile phone, drop
Low customer cost.
GC0110 is Geke Microelectronics (Shanghai) Co., Ltd. support the latest CMOS SPI protocol
Image sensor chip, using the latest sensor technology GalaxyCore and optimize the circuit structure, support
Support JPEG compression, reducing the speed camera to improve the user experience and supports video recording. )
- 2010-10-05 23:14:20下载
- 积分:1
-
keyboard
通过反转法循环扫描矩阵键盘,并通过数码管显示数据(By inversion method cyclic scan matrix keyboard, and through the digital display data)
- 2013-10-10 20:12:11下载
- 积分:1
-
DS1302andDS18B20
DS1302+DS18B20+无线遥控应用程序(DS1302+ DS18B20+ wireless remote control applications)
- 2009-09-04 11:01:54下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
RTD2660H
PCB800099 RTD2660h固件(PCB800099 RTD2660h)
- 2021-04-24 17:38:47下载
- 积分:1
-
TFThanziyingwenxianshi
基于火牛开发板ili9320TFT彩屏,ili9320屏上显示一个汉字,一个英文,一串汉字,一串英文,ili9320屏显示中英文混合显示。完美版。(AC adapter-based development board ili9320TFT color, ili9320 screen to display a character, an English, a string of characters, a bunch of English, ili9320 hybrid screen display shown in English. Perfect version.)
- 2011-10-02 16:58:27下载
- 积分:1
-
Simulate-the-elevator-system
模拟电梯控制系统程序设计代码,用户可输入任意楼层,程序有先来先服务策略和顺便服务策略。(Elevator control system design simulation program code, the user can enter any floor, the program has first come first serve policy and the way services strategy.)
- 2014-12-12 22:43:13下载
- 积分:1
-
SCM-mat
《 单片机应用技术(C语言版)(工业和信息化高职高专“十二五”规划教材立项项目)》素材文件 (" SCM technology applications (C language) (Industry and Information Technology College" 12th Five-Year Plan " textbook project project) material file)
- 2012-12-08 20:36:59下载
- 积分:1
-
wannianli
这是一个自制万年历的显示程序。能显示温度日期时间等。。。。。。(This is a homemade calendar display program. Can display the temperature of the date and time. . . . . .)
- 2012-06-22 14:49:14下载
- 积分:1