-
TOUCH_GLCD_2LED_ONOFF
这是我的课堂作业,触摸屏为首关控制的文章的示例代码。点击该按钮时,LED指示灯点击关闭LED灯关闭。接口的设计从前面。在这里,我们已经学会了如何到G LCD通讯系统GLCD,外设控制器。
- 2022-04-22 23:42:55下载
- 积分:1
-
这是符合国家一级汉字标准的汉字显示液晶模块程序
这是符合国家一级汉字标准的汉字显示液晶模块程序-This is a Chinese national standards, the Chinese LCD module procedures
- 2022-02-16 05:01:58下载
- 积分:1
-
计算机体系结构中,关于DLXS的模拟程序.在vc6.0下编译通过.
计算机体系结构中,关于DLXS的模拟程序.在vc6.0下编译通过.-Computer Architecture, on the DLXS the simulation program. Under the vc6.0 compile.
- 2022-10-25 00:15:03下载
- 积分:1
-
硬件:
PC机 1台
SeaARM2410教学实验开发平台 1台
软件:
Windows 98/2000/XP操作系统...
硬件:
PC机 1台
SeaARM2410教学实验开发平台 1台
软件:
Windows 98/2000/XP操作系统
ADS 1.2集成开发环境
SC32400手册详细帮助你。-Hardware: PC machine 1 SeaARM2410 Teaching Experiment 1 Software Development Platform: Windows 98/2000/XP operating system ADS 1.2 integrated development environment SC32400 detailed manual to help you.
- 2022-02-12 01:24:45下载
- 积分:1
-
读硬盘扇区里的数据,该程序用C语言实现的。
读硬盘扇区里的数据,该程序用C语言实现的。-Sector Reading drive, the data, the program used the C language.
- 2022-07-11 04:05:09下载
- 积分:1
-
s3c2410提供了5个16位的Timer(Timer0~Timer4),其中Timer0~Timer3支持Pulse Width Modulation―― P...
s3c2410提供了5个16位的Timer(Timer0~Timer4),其中Timer0~Timer3支持Pulse Width Modulation―― PWM(脉宽调制 )。Timer4是一个内部定时器(internal timer),-S3C2410 provides five 16-bit Timer (Timer0 ~ Timer4), which Timer0 ~ Timer3 support Pulse Width Modulation- PWM (Pulse Width Modulation). Timer4 is an internal timer (internal timer),
- 2022-03-03 04:12:24下载
- 积分:1
-
Online collection of STM32 Manley panel LCD driver learning theory and programmi...
网上收集的万利的STM32学习板上的LCD驱动原理及编程实现 ,希望大家喜欢-Online collection of STM32 Manley panel LCD driver learning theory and programming, I hope everyone likes
- 2022-03-25 05:54:07下载
- 积分:1
-
Controller Area Network Programming Interface Environment Ver0.8。
CanPie版本0.8....
Controller Area Network Programming Interface Environment Ver0.8。
CanPie版本0.8.
CAN总线通讯编程接口源代码。-Controller Area Network Programming Interface Environment Ver0.8. CanPie version 0.8. CAN bus communication interface programming source code.
- 2022-02-02 07:29:44下载
- 积分:1
-
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。...
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。-Week Ligong Singlechip developed manual, the specific data manual see Zhou Ligong website.
- 2022-07-27 17:33:29下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1