嵌入式开发实践系列文章 - 目录
https://zhangsz.blog.youkuaiyun.com/article/details/123701482
测试平台
- proteus AT89C51
- 功能:ADC0832 1602显示
测试程序
/**
* 51单片机 1602+ADC0832显示程序,用proteus 7.8仿真通过。
*/
#include <reg52.h>
#include <intrins.h>
#include <math.h>
#include <stdio.h>
char data str[]=" ";
/********