-
这个代脉是用430F427的液晶显示程序,简单实用.
这个代脉是用430F427的液晶显示程序,简单实用.-This clock is used on behalf of the liquid crystal display 430F427 procedures, simple and practical.
- 2022-01-26 18:06:47下载
- 积分:1
-
摩托罗拉龙
MOTOROLA Dragon-MX1(ARM920T)启动程序源码flashloader,用于把bootloader烧写进flash中。-MOTOROLA Dragon-MX1 (ARM920T) to commence proceedings source flashloader divert Bootloader burning flash were included.
- 2022-07-27 15:26:42下载
- 积分:1
-
arm 开发的示例教程,包含源代码,实际编译测试过,实现usb口鼠标的功能,注释全...
arm 开发的示例教程,包含源代码,实际编译测试过,实现usb口鼠标的功能,注释全-arm tutorial examples of the development, including source code, the actual compiler tested, I realize usb mouse functions, the entire Notes
- 2022-10-09 18:55:03下载
- 积分:1
-
这个是该开发项目所使用的CPU,有什么问题或开发方面的问题,请与我联系!我们共同探讨关于嵌入式的开发....
这个是该开发项目所使用的CPU,有什么问题或开发方面的问题,请与我联系!我们共同探讨关于嵌入式的开发.-This is the development project by the use of the CPU, or what is the problem with the development of the issue, please contact me! Discussion on our common embedded development.
- 2023-01-25 16:00:09下载
- 积分:1
-
TEA5767
TEA5767-PLL收音机整套方案(汇编源码)-TEA5767- PLL radio package (compiled source code)
- 2022-08-18 06:52:36下载
- 积分:1
-
zooboot
ZooBoot-4510,基于4510的ZooBoot程序-ZooBoot- 4510, based on the 4510 procedure ZooBoot
- 2022-07-18 12:46:07下载
- 积分:1
-
基于Luminary的Cortex
基于Luminary的Cortex-M3的CAN总线收发程序,包括驱动库和例程。-Luminary of the Cortex-M3-based CAN-bus transceiver procedures, including the driver library, and routines.
- 2022-03-12 12:11:39下载
- 积分:1
-
用IAP实现的flash操作,此源码运行于LPC2131等开发板
用IAP实现的flash操作,此源码运行于LPC2131等开发板-IAP implemented with flash operation, the source code running on the LPC2131 development board, etc.
- 2022-01-26 02:28:11下载
- 积分:1
-
snakes eat beans a game design, the basic requirements (regimen) (1) control of...
游蛇吃豆游戏设计
一、 基本要求(必做)
(1)键盘控制改变游蛇运动方向。
(2)碰到边框或栅栏游戏结束。
(3)吃掉豆子蛇身变长
(4)豆子全部吃光,游戏结束。
-snakes eat beans a game design, the basic requirements (regimen) (1) control of the keyboard to change snakes directions. (2) encounter frame or fence the end of the game. (3) eat the beans Snake-Body variable length (4) beans all gone, the end of the game.
- 2022-05-15 19:14:58下载
- 积分:1
-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1