-
S3C2410下的NandFlash实验代码!
S3C2410下的NandFlash实验代码!-S3C2410 experimental code under the NANDFLASH!
- 2022-01-26 04:11:34下载
- 积分:1
-
zigbee 无线收发spi接口C语言例程
zigbee 无线收发spi接口C语言例程-zigbee wireless transceiver spi interface C language routines
- 2022-03-09 19:54:11下载
- 积分:1
-
ARM指令集:常用ARM指令集及汇编。新手适用。
ARM指令集:常用ARM指令集及汇编。新手适用。-ARM Instruction Set: ARM instruction set commonly used and compiled. Novice apply.
- 2022-04-22 20:31:22下载
- 积分:1
-
STM32f103RBT6 SPI
SPI STM32f103RBT6
通信 SPI 与液晶屏和一个 acelerometer
comunicação com 液晶 e um acelerometro num 胳膊皮质 m3 placa STM32F103RBT6。
缔约国 em c utilizanto bibliotecas 手臂
- 2022-09-26 17:10:03下载
- 积分:1
-
ILI9320驱动程序
资源描述/* Includes ------------------------------------------------------------------*/
#include "ili9320.h"
#include "stm32f10x_lib.h"
#include "hardware.h"
#define jiedi_red_on {ili9320_Clear(BROWN);}
#define jiedi_green_on {ili9320_Clear(BROWN);}
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
static vu32 TimingDelay = 0;
GPIO_InitTypeDef GPIO_InitStructure;
ErrorStatus HSEStartUpStatus;
extern u8 gImage_11[];
/* Private function prototypes -----------------------------------------------*/
void RCC_Configuration(void);
void Int
- 2022-01-27 23:30:59下载
- 积分:1
-
ARM9
ARM9的ZLG7290的模块 在液晶上显示数字,可以用按键调整-ARM9-ZLG7290 of the liquid crystal display module in the figure, you can adjust with keys
- 2022-02-07 23:09:44下载
- 积分:1
-
arm Embedded Application Development typical examples CD, containing a number of...
arm嵌入式应用系统开发典型实例光盘,内含多个实验的源码-arm Embedded Application Development typical examples CD, containing a number of experiments FOSS
- 2022-07-16 12:10:53下载
- 积分:1
-
AT91SAM7S_usart底层控制程序,希望对大家有 帮助
AT91SAM7S_usart底层控制程序,希望对大家有 帮助-AT91SAM7S_usart the bottom of control procedures, and they hope to help everyone
- 2022-02-15 04:13:57下载
- 积分:1
-
LPC2300系列ARM单
LPC2300系列的ARM7单片机上FAT文件系统源代码,对开发文件系统很有帮助!-LPC2300 family of ARM7 single-chip on the FAT file system source code, file system on the development of very helpful!
- 2022-03-24 10:04:42下载
- 积分:1
-
基于STM32的LCD5110代码
基于库函数的LCD5110代码,已经封装好的函数,可直接使用,有基本的字库和一些汉字,可以自己添加汉字字库,使用方便。
基本函数有:
//lcd初始化
void LCD_init(void);
void LCD_write_byte(unsigned char dt, unsigned char command);
void LCD_set_XY(unsigned char X, unsigned char Y);
void LCD_clear(void);
//row:列 page:页 dd:字符
void LCD_write_shu(unsigned char row, unsigned char page,unsigned char c);
//row:列 page:页 dd:字符
void LCD_write_hanzi(unsigned char row, unsigned char page,unsigned char c);
void LCD_Derection(unsigned char row,unsigned char page,unsigned char der);
- 2022-01-28 02:51:31下载
- 积分:1