-
NEC的3.5液晶驱动下能够
S32440 下的 NEC 3.5 Lcd 驱动程序-S32440 under the NEC 3.5 Lcd Driver
- 2022-06-26 23:24:22下载
- 积分:1
-
诺基亚 5110 液晶显示的示例程序
基于控制器 PCD8544 的诺基亚 5110 液晶显示的示例程序。LPC1768 LandTiger 开发板上测试代码。针对运行在 LPC 设备内部 RAM,可以轻松地调试。
具有以下功能的包括的 PCD8455 图书馆。
这是一个基于控制器 PCD8455 如诺基亚 5110 显示器的 84 × 48 像素液晶显示控制库简单的 6 x 8 字体是包括允许 14 x 6 字符显示此库使用位撞将数据发送到液晶屏它可以优化使用硬件 SPI图形尚未实施
- 2022-01-26 02:46:47下载
- 积分:1
-
arm的非向量中断通过执行IsrIRQ判断中断源,找到相应Handle***的地址。
此程序是在arm上实现向量方式中断的初始化程序...
arm的非向量中断通过执行IsrIRQ判断中断源,找到相应Handle***的地址。
此程序是在arm上实现向量方式中断的初始化程序-arm of the non-vector interruption through the implementation IsrIRQ judgment interrupt source, find the corresponding Handle*** address. This procedure is the arm on the way to achieve vector interrupt the initialization procedures
- 2023-01-05 11:55:04下载
- 积分:1
-
基于S3C2440,温度传感器18b20,实现温度采集,并从串口打印出来。...
基于S3C2440,温度传感器18b20,实现温度采集,并从串口打印出来。-Based on S3C2440, temperature sensor 18b20, to achieve the temperature acquisition, and print them out from the serial port.
- 2022-06-12 08:44:40下载
- 积分:1
-
Uboot常用的移植patches, 方便定制移植到s3c2440
Uboot常用的移植patches, 方便定制移植到s3c2440-Uboot commonly transplanted patches, easy customization transplanted to S3C2440
- 2022-08-12 23:52:30下载
- 积分:1
-
AT91SAM7S64 SPI Slave mode with PDC sample code from Konrad.Wei
AT91SAM7S64 SPI Slave mode with PDC sample code from Konrad.Wei
- 2022-11-15 08:20:03下载
- 积分:1
-
基于STM32的MODBUS源码(FreeRTOS系统)
资源描述基于STM32的MODBUS源码,可以直接和串口进行通讯(支持03和06)
- 2022-03-12 10:37:20下载
- 积分: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
-
LPC2294 ARM7 UART 测试程序
LPC2294 ARM7 UART 测试程序-LPC2294 ARM7 UART test procedures
- 2023-02-05 16:05:03下载
- 积分:1
-
easyarm2013 project template for the development of lpc2103 This is the template...
easyarm2013工程模板,这是为开发lpc2103写的模板-easyarm2013 project template for the development of lpc2103 This is the template Writing
- 2022-02-02 12:37:30下载
- 积分:1