-
在 SM59128 单芯片,使用 128K Program Code 方式,由于 SM59128 为新的芯片,可能必须上 Syncmos 取得更新 Keil C...
在 SM59128 单芯片,使用 128K Program Code 方式,由于 SM59128 为新的芯片,可能必须上 Syncmos 取得更新 Keil C 的更新-In SM59128 single-chip, the use of 128K Program Code because it SM59128 for the new chip, it may be necessary to obtain updates on Syncmos updated Keil C
- 2022-07-04 07:49:15下载
- 积分:1
-
I2S总线规范
I2S Bus Specification
- 2022-10-28 19:10:03下载
- 积分:1
-
2410的一个简单的字符设备驱动例子,初学者用!
2410的一个简单的字符设备驱动例子,初学者用!-A simple character device driver examples, for beginners to use!
- 2022-03-17 14:36:32下载
- 积分: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
-
最近完成的LINUX下RTC8025的驱动,平台:AT91RM9200,主要实现时钟操作的几个接口,对开发同类产品的驱动很有借鉴作用。...
最近完成的LINUX下RTC8025的驱动,平台:AT91RM9200,主要实现时钟操作的几个接口,对开发同类产品的驱动很有借鉴作用。-recently completed RTC8025 LINUX driven platforms : AT91RM9200. main clock operation of several interfaces, the development of similar products in a very useful reference drive.
- 2022-11-15 11:50:04下载
- 积分:1
-
Uart (from the way)
Atmel Uart C51程序(从方式)-Uart (from the way)
- 2022-02-26 03:26:51下载
- 积分:1
-
基于ESP8266开发的IOT
这是基于ESP8266做的开发,包含AT指令集、IOT包、WEB配置实现。ESP8266是当前最便宜也是最有优势的一款物联网芯片,本代码包含了该芯片所有资源的实现,可以使用或者做二次开发。
- 2022-03-19 08:46:55下载
- 积分:1
-
三星ARM9 2410 SPI接口驱动源代码 for linux 2.4 内核
三星ARM9 2410 SPI接口驱动源代码 for linux 2.4 内核-Samsung ARM9 2410 SPI interface driver source code for linux 2.4 kernel
- 2022-07-12 13:40:15下载
- 积分:1
-
ADS under the 44B0 UCOS experimental cases, which enables the creation of three...
ADS下的44B0 UCOS实验例程序,可实现创建3个任务-ADS under the 44B0 UCOS experimental cases, which enables the creation of three task
- 2022-03-23 14:41:01下载
- 积分:1
-
stm32驱动ov7620
基于stm32的小车控制程序,使用的是ov7620摄像头。这是一个完整可以跑的智能车程序。通过设置好GPIO,NVIC,USART,TIMER等等stm32典型的外设去从ov7620获取赛道信息,然后通过模拟处理串口接收回来的数据整合出轨迹从而实现控制。
- 2023-05-05 17:10:03下载
- 积分:1