-
comunicate with microcontroller AT8515
#包括;
- 2022-11-09 12:10:03下载
- 积分:1
-
一个ARM下红外的通信的程序,有client和server,交叉编译后就和运行...
一个ARM下红外的通信的程序,有client和server,交叉编译后就和运行-ARM under an infrared communications procedures have client and server, cross compiler and run after
- 2023-07-14 15:25:03下载
- 积分:1
-
LCD驱动IC em62100软,使用串行端口连接液晶模块与单片机之间的。
LCD em62100 IC driver soft, 与MCU采用的是串口连接方式. 具体的引脚定义软件里做了详细的描述。-LCD em62100 IC driver soft, use serial port connect between LCD modul and MCU.
- 2023-07-29 13:25:03下载
- 积分:1
-
采用美国adi公司的bf系列,基于bf533的ez
采用美国adi公司的bf系列,基于bf533的ez-kit平台的跑马灯和数码管显示功能的代码-Adoption of the United States adi
- 2022-02-01 02:28:20下载
- 积分:1
-
Rf Based Automatic Energy Meter Reading
基于射频的自动抄表(AMR)是一种从电能表中自动采集数据的技术
- 2022-04-07 01:01:38下载
- 积分:1
-
构建潜入式linux 第二版 english
构建潜入式linux 第二版 english-Construction of the second edition of english submerged linux
- 2022-03-30 06:54:19下载
- 积分:1
-
Perfect Example for Embedded
Perfect Example for Embedded-C begineers
Explaining use of Data types, Storage class specifiers.
The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure.
This code, when working, will be a very simple program that initializes two variables, runs a loop, and stops. The variables are Fahrenheit and Celsius representing the two common units of Temperature. The loop walks Fahrenheit through all integers between -212.0 and +212.0 while setting the respective Celsius value each step of the way.-Perfect Example for Embedded-C begineers
Explaining use of Data types, Storage class specifiers.
The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure.
This code, when working, will be a very simple program that initializes two variables, runs a loop, and stops. The variables are Fahrenheit and Celsius repr
- 2022-03-02 19:58:08下载
- 积分:1
-
PIC16F877A 24C02读写
资源描述
/***************************************************************************
* 文件名:24c02
* 功 能:利用IIC总线对eeprom 24c02,进行读写
* 作 者:TXMCU
* 日 期:
* 备 注:
//软件思路:当按键KEY0按下时,把6个连续的数据写入到6个连续的单元内,
//写完成后数码管显示单个0,做为完成标志位,当按键KEY1按下后,
//读取EEPROM连续六个单元,读取结果送6位数码管显示
//
//开发板连接方法:将JP10 JP11 JP12 JP13这4个跳线帽分别接到24C02位置
// 把JP8的的跳线帽跳到DPY位置上,JP14选择在IO口位置上
****************************************************************************/
#include
__CONFIG(0x1832);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡
#define address 0xa
#define nop() asm("asm")
//定义待写入的数据
const char ee_data_write[] = {0, 4, 2, 3, 3, 1};
//定义读取数据存放的缓冲区
unsigned char ee_date[6];
//定义0-9的显示代码
- 2022-03-18 07:32:17下载
- 积分:1
-
Implementation of Speech Storage System using DSP techniques (Discrete Fourier T...
Implementation of Speech Storage System using DSP techniques (Discrete Fourier Transform) in LINUX
- 2023-08-13 11:55:03下载
- 积分:1
-
用 52 模拟SPI串口接受程序,然后控制无线模块发送出去!饱含nrf2401的初始化!...
用 52 模拟SPI串口接受程序,然后控制无线模块发送出去!饱含nrf2401的初始化!-SPI serial interface with 52 analog acceptance procedure, and then control the wireless module to send out! Full of nrf2401 initialization!
- 2022-08-15 20:03:09下载
- 积分:1