-
89C51 LCD常用的初始化文件,开发环境为iccavr
89C51 LCD常用的初始化文件,开发环境为iccavr-89C51 LCD common initialization file, the development environment for iccavr
- 2022-06-03 20:41:05下载
- 积分:1
-
测试温度和湿度以及烟雾报警器,硬件应使用…
测试温湿度以及烟感报警,硬件采用长应8000系列-Test temperature and humidity as well as the Smoke Alarm, hardware should be used long-8000 Series
- 2022-07-22 09:10:03下载
- 积分:1
-
FFT的C实现方法
(函数名: 快速傅立叶变换
本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。)...
FFT的C实现方法
(函数名: 快速傅立叶变换
本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。)-C-Implementation of FFT
- 2022-05-20 09:05:00下载
- 积分:1
-
MCUTool.exe 源代码
!!!超级单片机开发工具!!!
单片机开发过程中用到的多功能工具,包括热敏电阻RT值...
MCUTool.exe 源代码
!!!超级单片机开发工具!!!
单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-MCUTool.exe source code! ! ! Super single-chip development tools! ! ! Single-chip used in the process of developing the multi-functional tools, including thermistor RT value- HEX data conversion three kinds of LED coding Color Central Resistor Calculator HEX/BIN file conversion with each other eeprom data to C/ASM source Code-switching CRC checksum generation serial debugging, with simple and practical data analysis functions serial/parallel communications surveillance functions. using C++ Builder development, there is no need to install, run, and do not operate the registry. Pure Green software.
- 2022-03-07 12:02:28下载
- 积分:1
-
介绍了一种利用单片机控制力矩电机的方法,C语言源程序
介绍了一种利用单片机控制力矩电机的方法,C语言源程序-Introduce a single-chip computer control torque motor way, C language source code
- 2022-11-02 01:20:03下载
- 积分:1
-
16x2 character LCD Driver for C language source code experiment that absolutely...
16x2字符型液晶显示器驱动程序C语言原代码
实验过,绝对能用-16x2 character LCD Driver for C language source code experiment that absolutely can use
- 2022-02-05 07:35:13下载
- 积分:1
-
基于51最小系统的LCD显示程序,包括电路图,源程序
基于51最小系统的LCD显示程序,包括电路图,源程序-51 based on the smallest system LCD display program, including schematics, source code
- 2022-07-28 13:16:28下载
- 积分:1
-
用C语言实现了MSP430单片机tlc5491a A/D数据采集
利用C语言实现MSP430单片机对TLC5491A/D的数据采集-Using C language to realize MSP430 Singlechip TLC5491A/D data acquisition
- 2022-06-18 06:58:33下载
- 积分:1
-
AT45DB041B read and write source code C51, with the chip data
AT45DB041B读写C51源码,带芯片资料-AT45DB041B read and write source code C51, with the chip data
- 2022-02-02 19:42:22下载
- 积分:1
-
This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single...
这是我自已写的HD44780 LCD1602液晶屏的程序,是基于AVR单片机上实现的。
/**************************************************************************************************
* 简介
*
* 本模块仅使用于字符显示液晶模块
*
* 当前版本的驱动仅支持以下类型LCD模块驱动:
* Hitachi HD44780 或与之兼容的芯片.
*
* LCD显示函数支持以下格式:
* 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters
* 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters
* 1 line x 24 characters 2 lines x 24 characters
* 1 line x 40 characters 2 lines x 40 characters
*说明:
* 1 line x 16 characters 需要定义为2*8的液晶模块
*
* 不支持外部内存模式
**************************************************************************************************/
-This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single Chip achievable. /*************************************************************************************************** Introduction** This module uses only the characters displayed in the LCD module** the current version of the driver
- 2022-03-22 03:56:19下载
- 积分:1