-
图形 LCD_AT89S52
这是嵌入式 c 代码为图形液晶屏显示 A、 B、 C、 D 字符。
- 2023-05-18 15:55:03下载
- 积分:1
-
51EDAQT44B0X开发板说明书
51EDAQT44B0X开发板说明书-51EDAQT44B0X Development Board Manual
- 2023-04-01 08:40:05下载
- 积分:1
-
ARM LPC2368的USBHID程序
Keil uVision II 工程~!
ARM LPC2368的USBHID程序
Keil uVision II 工程~!-ARM LPC2368 procedures USBHID the Keil uVision II works ~!
- 2023-04-22 17:35:04下载
- 积分:1
-
atmel的at91sam9260芯片的外部中断初始化实例以及一些常用接口初始化程序,源于实际应用...
atmel的at91sam9260芯片的外部中断初始化实例以及一些常用接口初始化程序,源于实际应用-atmel chip of at91sam9260 external interrupt as well as some commonly used to initialize an instance of interface initialization procedure, from the practical application of
- 2022-03-18 20:46:44下载
- 积分:1
-
s3c4510的实验书,大家可以下载下来看看,很实用
s3c4510的实验书,大家可以下载下来看看,很实用-Experimental s3c4510 book, everyone can download them to see, it is practical
- 2022-01-26 06:07:07下载
- 积分:1
-
该程序是一次又一次的操作环境,即“文本接口”…
该程序uc/gui 是再linux(文本界面)环境下运行,需要用到/dev/fb,该版本和uc-GUI 3.24版源码(含VC下的示例程序)都是同一版本,只是运行环境不一样.
-the program uc/gui is again linux (text interface) operating environment, the need to resort to/dev/fb, the version and uc-source GUI version 3.24 (including the VC sample program) is the same version, the operating environment is not the same.
- 2022-07-24 21:42:21下载
- 积分:1
-
液晶lcd12864的显示程序。采用的是并口传输。
液晶lcd12864的显示程序。采用的是并口传输。-LCD display lcd12864 procedures. Parallel transmission is used.
- 2023-03-12 10:40:03下载
- 积分:1
-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
senior ,manger
8051系列产品的集成电路设计。
- 2023-05-22 21:35:04下载
- 积分:1