-
This document can be considered as a supplement to the already existing Applicat...
This document can be considered as a supplement to the already existing Application
note AN10302 “Using the Philips LPC2000 Flash Utility”, which is provided in the same
zip file. The Application note covers the following topics:-This document can be considered as a supplement to the already existing Application note AN10302 "Using the Philips LPC2000 Flash Utility", which is provided in the same zip file. The Application note covers the following topics :
- 2023-01-02 14:35:05下载
- 积分:1
-
以太网W5100驱动程序
******************************************************************************
* @file W5100.c
* 本文件包括5个部分:
* 1. W5100初始化
* 2. W5100的Socket初始化
* 3. Socket连接
* 如果Socket设置为TCP服务器模式,则调用Socket_Listen()函数,W5100处于侦听状态,直到远程客户端与它连接。
* 如果Socket设置为TCP客户端模式,则调用Socket_Connect()函数,
* 每调用一次Socket_Connect(s)函数,产生一次连接,
*
- 2022-02-16 05:49:42下载
- 积分:1
-
GPU编程教程,目前国内好的唯一的中文教程。
GPU编程教程,目前国内好的唯一的中文教程。-GPU programming tutorials, the only Chinese domestic good tutorial.
- 2022-03-24 16:24:34下载
- 积分:1
-
TMS320C6713的显示程序,可以供初学者学习
tms320c6713显示器程序,可用于初学者学习-TMS320C6713 display procedures, can be used for beginners to learn
- 2023-04-14 20:55:03下载
- 积分:1
-
a very good embedded systems books, is a good primer!
一本很不错的嵌入式系统书籍,是一本很好的入门教材!-a very good embedded systems books, is a good primer!
- 2023-07-05 10:40:04下载
- 积分:1
-
W90P910 ADC Library
W90X900 Stand-alone Library(Non-OS)
Analog to Digital signal function library
- 2022-12-27 10:10:04下载
- 积分:1
-
EEPROM
EEPROM-IIC串行接口器件24C01及C51编程-EEPROM-IIC serial interface device programming 24C01 and C51
- 2022-06-17 08:41:46下载
- 积分:1
-
arm指令集,对学习arm编程很有帮助!
arm指令集,对学习arm编程很有帮助!-arm instruction set, to learn programming arm helpful!
- 2022-11-16 04:10:03下载
- 积分: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
-
串口通信例子
应用背景
单片机应用程序是一个例子。
应用于单片机。
关键技术
能够运行的更快
有效
实用
- 2023-01-10 05:35:04下载
- 积分:1