登录
首页 » c,c++ » FPM10指纹识别模块在ARDUINO上的演示代码及使用说明

FPM10指纹识别模块在ARDUINO上的演示代码及使用说明

于 2022-03-25 发布 文件大小:135.09 kB
0 132
下载积分: 2 下载次数: 1

代码说明:

FPM10A指纹识别模块在ARDUINO上的演示代码及使用说明,亲测可以使用,已经调试OK,附带详细说明

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

发表评论

0 个回复

  • DAM多通道AD采集
    STM32控制芯片,通过使用DMA模数转换实现多通道ADC数据采集功能,通过循环采样读取多通道采样电压。。含有完整例程,经过验证通过;
    2022-12-16 06:00:03下载
    积分:1
  • 结巴分词 文本分类
    模型创建,生产模型及模型训练,依照语料,分析文章类型,语料是从搜狗词库中下载的,也可以自己提供语料
    2022-07-21 20:03:17下载
    积分:1
  • 用C代码实现简单菜单
    用C代码实现简单菜单,菜单增加,动作定义等
    2022-05-19 02:39:56下载
    积分:1
  • 这是个计算器,是用c语言模拟的,水平有限,请多多指教
    这是个计算器,是用c语言模拟的,水平有限,请多多指教-This is a calculator, is to use C language simulation, limited, and you will enlighten
    2022-08-19 14:34:02下载
    积分:1
  • 串口运动控制上位机/C#串口助手源码
    C#串口运动控制上位机源码,主要用于运动控制调试,比如在"M "栏输入1000,串口输出M 1000,,在"M-"输入1000,串口输出M-1000;下位机可根据指令进行区别驱动电机方向运动 串口运动控制上位机 └── 马达串口运动控制上位机     ├── SerialCommunicate     │   ├── Form1.Designer.cs     │   ├── Form1.cs     │   ├── Form1.resx     │   ├── Program.cs     │   ├── Properties     │   │   ├── AssemblyInfo.cs     │   │   ├── Resources.Designer.cs     │   │   ├── Resources.resx     │   │   ├── Settings.Designer.cs     │   │   └── Settings.settings     │   ├── SerialCommunicate.csproj     │   ├── bin     │   │   ├── Debug     │   │   │   ├── SerialCommunicate.exe     │   │   │   ├── SerialCommunicate.pdb     │   │   │   ├── SerialCommunicate.vshost.exe     │   │   │   └── SerialCommunicate.vshost.exe.manifest     │   │   └── Release     │   │       ├── SerialCommunicate.exe     │   │       ├── SerialCommunicate.pdb     │   │       ├── SerialCommunicate.vshost.exe     │   │       └── SerialCommunicate.vshost.exe.manifest     │   └── obj     │       ├── Debug     │       │   ├── DesignTimeResolveAssemblyReferences.cache     │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache     │       │   ├── SerialCommunicate.Form1.resources     │       │   ├── SerialCommunicate.Properties.Resources.resources     │       │   ├── SerialCommunicate.csproj.FileListAbsolute.txt     │       │   ├── SerialCommunicate.csproj.GenerateResource.Cache     │       │   ├── SerialCommunicate.csprojResolveAssemblyReference.cache     │       │   ├── SerialCommunicate.exe     │       │   ├── SerialCommunicate.pdb     │       │   └── TempPE     │       └── Release     │           ├── 3ed801191daeeafe4f32720599873cc71f6b.png     │           ├── DesignTimeResolveAssemblyReferences.cache     │           ├── DesignTimeResolveAssemblyReferencesInput.cache     │           ├── QIcon Changer.exe     │           ├── SerialCommunicate.Form1.resources     │           ├── SerialCommunicate.Properties.Resources.resources     │           ├── SerialCommunicate.csproj.FileListAbsolute.txt     │           ├── SerialCommunicate.csproj.GenerateResource.Cache     │           ├── SerialCommunicate.csprojResolveAssemblyReference.cache     │           ├── SerialCommunicate.exe     │           ├── SerialCommunicate.pdb     │           └── TempPE     ├── SerialCommunicate.sln     └── SerialCommunicate.v11.suo 11 directories, 40 files
    2021-08-15 00:31:13下载
    积分:1
  • 基于C#的电子购物商城
    网上商城系统是典型的电子商务系统,其开发主要包括后台数据库的建立、后台管理以及前台页面的Web设计。对于前者要求建立起数据一-致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等。 系统使用Microsoft 公司以C#为核心语言的ASP.NET开发工具,SQL2005 数据库来开发网上商城系统。从实际出发,在分析其现行管理中存在的问题的基础上,结合信息管理系统开发的概念、结构及系统开发的基本原理和方法,开发了一.套商品信息管理系统
    2022-07-16 21:28:09下载
    积分:1
  • 使用C++语言编写的初始显示文字程序
    使用C++语言编写的初始显示文字程序,可以实现的功能是在屏幕上输出要显示的文字,运行的平台可以在DEV C++和VS中都可以运行。初学者可以看看
    2022-02-24 17:56:49下载
    积分:1
  • txt阅读窗口
    windows环境下的简单小程序,可以阅读txt类型的文档,是一个学习C#的初期练习小程序-txt read windows
    2023-02-08 14:45:03下载
    积分:1
  • 一个简单的编译原理的文法分析程序,在其中加入了不错的分析界面,使整体看起来比较工整,有待与进一步改进...
    一个简单的编译原理的文法分析程序,在其中加入了不错的分析界面,使整体看起来比较工整,有待与进一步改进-a simple principle of grammar compiler analysis program, which included a good analysis interface, the overall profile in Singapore, and to be further improved
    2023-06-10 19:35:03下载
    积分:1
  • NRF2401 stm32收发例程
    这是RF2401 stm32收发例程  基于stm32平台实现数据的收发
    2023-04-30 04:35:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载