-
DatamemoryEEPROM24C02
/*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址
#define R24C02 0xA1 //存储器的读地址
#define MSB 0x80 //8位二进制最高位置1
#define LSB 0x01 //8位二进制最低位置1
(/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1)
- 2010-06-05 18:30:50下载
- 积分:1
-
STM32示波器
说明: 完成示波器最基本的功能,包括增益的设置,时基的设置,波形的显示,获取波形的频率周期(Complete the basic functions of the oscilloscope, including gain setting, time base setting, waveform display, and obtain the frequency cycle of the waveform.)
- 2019-06-06 20:54:32下载
- 积分:1
-
PGA2310
说明: PGA2310的stm32驱动程序,可以任意选择通道放大倍数(PGA2310 driver for stm32)
- 2019-06-07 16:43:13下载
- 积分:1
-
STM32
STM32的一些实例程序,能够很好的移植(STM32 some examples of programs can be a good transplant)
- 2011-05-24 12:53:47下载
- 积分:1
-
实验13 TFT LCD显示实验
基于正点原子STM32F407的LCD显示实验(LCD Display Based on Positive Atom STM32F407 Explorer Platform)
- 2020-06-23 04:40:02下载
- 积分:1
-
bus-load-data
某地220kv母线负荷数据,对电力研究很有用(A 220kV bus load data, very useful for electric power research)
- 2015-04-02 17:58:27下载
- 积分:1
-
STM8Test
STM8S105 实现多路的ADC采集,并且把其中的两路通过串口UART发送到电脑上。其中有通信方法RS232 说明和LabVIEW2010的上位机示波器。oscillograph(STM8S105 LabVIEW2010 UART RS232 oscillograph ADC Send.)
- 2012-02-05 02:39:57下载
- 积分:1
-
11_ESP8266_CSDN_MQTT_2
Windows系统搭建esp8266的本地Mqtt服务器,局域网点亮一盏LED灯(Windows system builds the local Mqtt server of esp8266, and the local area network lights up an LED lamp.)
- 2019-03-09 09:11:52下载
- 积分:1
-
THIRD
第三讲CST微波工作室的波导性质计算仿真(Lecture CST Microwave Studio simulation calculation waveguide properties)
- 2016-03-14 15:50:01下载
- 积分:1
-
PID
51单片机的pid程序,设定上下限,控制pwm的输出。(51 MCU pid procedures set upper and lower limits, control pwm output.)
- 2013-09-03 09:12:00下载
- 积分:1