登录
首页 » c » 基于STM32的单通道ADC采集

基于STM32的单通道ADC采集

于 2023-09-08 发布 文件大小:6.85 MB
0 61
下载积分: 2 下载次数: 2

代码说明:

基于是STM32单通道采集光敏电阻的值,然后通过OLED屏幕显示.基于杨涛一号开发板。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 电能计量芯片SUI-101A数据资料
    电能计量芯片SUI-101A数据手册 在STM32或51单片机数据处理
    2021-05-06下载
    积分:1
  • [Visual.C_NET-HIGH-PROGRAM
    这是关于VC方面的网络编程资料,需要你仔细学习才能有效果,需要有一定的这方面的基础知识才可以(This is the information on the VC network programming aspects, you need to learn in order to have the effect carefully, you need to have some basic knowledge in this area can only be)
    2013-12-01 20:24:17下载
    积分:1
  • smart-car
    在淘宝上购买的毕业论文,价值400的源程序,包含全部文件。一款基于单片机的灭火机器人模型的设计。系统以STC89C52RC单片机为控制核心,创新自制了火焰传感器用来测量火源,使用TCRT5000型光电对管检测循迹黑线,L298驱动电机前后转动,LCD1602液晶显示灭火的次数,通过控制继电器开关风扇灭火。(On Taobao buy thesis, the value of the 400 source code, including all documents. Fire fighting robot model based on a single-chip design. System microcontroller STC89C52RC to control core, innovation homemade flame sensor is used to measure the fire source, tracking black line on the tube use TCRT5000 photoelectric detection, L298 drive motor rotating back and forth, the LCD1602 LCD number of fire-fighting, fire control relay switch fan .)
    2013-05-16 18:52:49下载
    积分:1
  • Test6
    最短路径算法。 用无向带全图的邻接矩阵存储图,确定从源点出发到其它各点的最短路径。 输入:图中包含的顶点数n 边数m, 各边权值,用邻接矩阵或者邻接表存储。 输出:源点到其它各点的最短路径值。(Shortest path algorithm. Adjacency matrix storage with undirected graph with a full figure, determine the starting point of the shortest path from the source point of each other. Input: Vertices figure included n the number of edges m, the weight of each side, with the adjacency matrix or adjacency table storage. Output: source shortest path to value each other points.)
    2014-05-11 17:05:37下载
    积分:1
  • 我的测控软件
    本软件自行编写,可对摩擦制动试验数据进行分析。主要用在摩擦材料的摩擦系数、制动温度数据分析方面,可批量读取数据,并组合分析输出实验报告。(The software is written by ourselves, and the friction braking test data can be analyzed. Mainly used in friction material friction coefficient, braking temperature data analysis, batch reading data, and combined analysis output test report.)
    2018-09-18 10:36:18下载
    积分:1
  • shine-master
    说明:  fast mp3 encoder source code
    2020-06-25 06:40:01下载
    积分:1
  • k-means算法
    #include #include #define N 11 //代表数据点的个数 #define K 3 //代表簇的个数 typedef struct { float x; float y; }Point; //代表数据点的数据结构 int center[N];  //判断每个点属于哪个簇 Point point[N] = { {2.0, 10.0},{2.0, 5.0},{8.0, 4.0},{5.0, 8.0},{7.0, 5.0}, {6.0, 4.0},{1.0, 2.0},{4.0, 9.0},{7.0, 3.0},{1.0, 3.0}, {3.0, 9.0}}; Point mean[K];  //保存每个簇的中心点 float getDistance(Point point1, Point point2); void getMean(int center[N]); float getE(); void cluster(); int main() {     int i, j; int n = 0; //统计进行了多少次聚类     float temp1; //用于存平方误差     float temp2;     printf(" 处理的数据点集合为: ");     for(i = 0; i < N; ++i)     {  
    2022-01-26 19:53:04下载
    积分:1
  • readpic
    说明:  VC bmp图像数据读取和输出代码程序,经过编译可行(compiled vc program in reading image )
    2010-04-07 11:02:37下载
    积分:1
  • supporting-material-2mewatn
    对于keccak算法的 cube攻击的代码(Code for the cube attack of the keccak algorithm)
    2018-06-20 09:56:48下载
    积分:1
  • 最佳工作序列
    说明:  有N件工作,输入每件工作的费时、最后完成的期限及工作的价值,试求可能的一个完成工作序列,使价值和最大(There are N pieces of work, input each piece of work time, deadline and the value of the work, try to find a possible completion of the work sequence, so that the value and maximum)
    2019-04-02 14:06:36下载
    积分:1
  • 696524资源总数
  • 103771会员总数
  • 43今日下载