-
LPC2106控制发光二极管,简单好用,可以帮助简单的了解LPC2106的编写...
LPC2106控制发光二极管,简单好用,可以帮助简单的了解LPC2106的编写
-LPC2106 Control of light-emitting diodes.Simple and easy to use,Learn easy to use.
- 2023-05-10 03:30:03下载
- 积分:1
-
The touch screen driver reads input from touch screen hardware and converts it t...
The touch screen driver reads input from touch screen hardware and converts it to touch events that are sent to the input system. The driver is also responsible for converting uncalibrated coordinates-The touch screen reads input from driver to uch screen hardware and converts it to touch eve nts that are sent to the input system. The driver is also responsible for converting uncalibrat ed coordinates
- 2023-08-04 03:10:03下载
- 积分:1
-
ARM4510教程可执行文件,不过缺了一章,抱歉!
ARM4510教程可执行文件,不过缺了一章,抱歉!-ARM4510 Guide executable files, but missing a chapter, sorry!
- 2022-02-07 14:18:00下载
- 积分:1
-
S3C2440的启动代码和io测试程序,不错哦
S3C2440的启动代码和io测试程序,不错哦-S3C2440 startup code and io test procedure, yes Oh
- 2022-01-25 16:50:23下载
- 积分:1
-
ARM S3C2410处理器 iic总线驱动程序
开发环境:ads1.2
ARM S3C2410处理器 iic总线驱动程序
开发环境:ads1.2-ARM S3C2410
- 2022-03-05 09:42:56下载
- 积分:1
-
ARM集成开发环境SDT的教程,初学者的好材料
ARM集成开发环境SDT的教程,初学者的好材料-ARM SDT integrated development environment tutorials, beginners a good material
- 2022-06-13 15:52:28下载
- 积分:1
-
STM32F429 SDRAM 库
有了这个库, 外部 SD-RAM 可以 上使用 STM32F429 发现 板.
RAM
- 2023-02-13 00:25:03下载
- 积分:1
-
基于S3C44B0X的小车控制程序,通过不同的按键结构
基于s3c44b0x的小车控制程序,通过按键扫描判断不同方向指令,进而发出相应的PWM波驱动电机以及控制电机转动方向的I/O信号,采用中断实现换挡调速-Based on the car S3C44B0X control procedures, through the different buttons to scan to determine the direction of instruction, and then issue the corresponding wave PWM motor drive and control the direction of motor rotation of I/O signals, the use of interrupted realize Shift Speed
- 2022-08-10 04:22:34下载
- 积分:1
-
自已编at91rm9200的串口通讯程序。可供初学者参考,根据自定义的函数,可灵活控制。...
自已编at91rm9200的串口通讯程序。可供初学者参考,根据自定义的函数,可灵活控制。-at91rm9200 own series of serial communication procedure. Reference for beginners, under the definition of the function, flexible control.
- 2023-02-24 12:10:03下载
- 积分: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