登录
首页 » C# » C-SHARP_USB_ADC_Test

C-SHARP_USB_ADC_Test

于 2020-12-03 发布 文件大小:76KB
0 454
下载积分: 1 下载次数: 6

代码说明:

  在C#平台调用USB-I2C适配器或者USB-SPI适配器的二次编程接口函数实现ADC(模数转换)功能,USB-SPI适配器和USB-I2C适配器有8路、12bit、采样频率为1M的ADC,适配器采用3.3V参考电压,利用适配器的ADC功能可以测量0到3.3V之间的模拟电压信号。(Calling adapter or USB-I2C adapter USB-SPI in C# programming interface functions to achieve the secondary platform ADC (analog-digital conversion) feature, USB-SPI adapter and the adapter has a USB-I2C 8, 12bit, the sampling frequency of 1M of the ADC, adapter with 3.3V reference voltage, use the adapter ADC function can measure analog voltage signal between 0 to 3.3V.)

文件列表:

C-SHARP_USB_ADC_Test
....................\USB_ADC_Test
....................\............\bin
....................\............\...\Debug
....................\............\...\.....\Ginkgo_Driver.dll,144384,2014-02-17
....................\............\...\.....\USB_ADC_Test.exe,7680,2014-02-18
....................\............\...\.....\USB_ADC_Test.pdb,13824,2014-02-18
....................\............\...\.....\USB_ADC_Test.vshost.exe,11600,2014-02-18
....................\............\...\.....\USB_ADC_Test.vshost.exe.manifest,490,2010-03-17
....................\............\obj
....................\............\...\x86
....................\............\...\...\Debug
....................\............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5994,2014-02-18
....................\............\...\...\.....\TempPE
....................\............\...\...\.....\USB_ADC_Test.csproj.FileListAbsolute.txt,731,2014-02-18
....................\............\...\...\.....\USB_ADC_Test.exe,7680,2014-02-18
....................\............\...\...\.....\USB_ADC_Test.pdb,13824,2014-02-18
....................\............\Program.cs,7942,2014-02-18
....................\............\Properties
....................\............\..........\AssemblyInfo.cs,1374,2014-02-18
....................\............\USB_ADC_Test.csproj,2445,2014-02-18
....................\............\USB_ADC_Test.sln,865,2014-02-18

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

发表评论

0 个回复

  • 2014-12-01 窗口切换
    使用MFC实现多个窗口切换,同一个窗口可以同时4、6、9个小窗口同时显示(MFC implementation of multiple window switching)
    2018-07-03 14:33:45下载
    积分:1
  • cavity2d
    说明:  palabos基本的经典方腔流动,2d模型,初学者必备(Palabos classical square cavity flow, 2d model.Essential for beginners)
    2020-06-23 12:20:02下载
    积分:1
  • boyishu
    博弈树,是数据库课程中非常重要的一个编程程序。里面的编程思想非常适合初学者(Game tree, which is the database course a very important programming procedures. Inside the programming ideas for beginners)
    2013-03-23 10:03:42下载
    积分:1
  • GetHostNameIP
    一个有关获取主机名和IP地址的MFC程序,对于初学者来说很有帮助(For information about obtaining a host name and IP address of the MFC, very helpful for beginners)
    2013-08-22 10:58:23下载
    积分:1
  • Slave-Reader
    2.4G 通讯模块主机程序。。。。。。。。。(master reader)
    2013-03-19 11:07:24下载
    积分:1
  • iec61970-master
    IEC61970 CIM C++模型源码(IEC61970 CIM C++ source code)
    2018-08-03 16:17:12下载
    积分:1
  • Gcode
    说明:  G代码生成软件,能准确生成数控机床的G代码(G code generation software to generate accurate numerical control machine tool G-code)
    2008-10-09 17:04:39下载
    积分:1
  • SUN
    基于NIOS II的LED屏贪食蛇设计,基于NiosII软核处理器和LED点阵显示屏的贪吃蛇游戏内容是:一条蛇在封闭的围墙里,围墙里随机出现一个食物。玩家通过4个按键控制蛇上下左右移动,且蛇只能沿着头运动的轨迹移动。蛇头撞到食物,则食物被吃掉,蛇身体增长一节,同时记1分,又出现食物,等待蛇通过玩家的控制来吃掉,如果蛇头在移动中出界或咬到自己的身体则游戏结束,并且加入了一些附加功能如蛇身加速,选择难度,开关机屏幕画面的优化等一系列功能,使游戏更具可玩性。(NIOS II LED screen Snake design, NiosII based soft-core processor and LED dot matrix display Snake game content is: a snake in a closed fence, the fence was a random food. Players control a snake through 4 keys to move around, and the head of the snake can move along the track movement. Snakeheads hit the food, the food is eaten, the snake grow body section, but remember one point, appeared foods, through the player controls a snake waiting to eat, if snakeheads bite out of bounds or move their bodies in the game end, and added some additional features such as snake acceleration, choose the difficulty to optimize switching machine screen and a series of features that make the game more playable.)
    2014-01-09 23:04:57下载
    积分:1
  • Date-increment-1
    自定义一个简单的日期类DateType,它具有数据成员y、m、d,用来表示当前日期的年、月、日。而后设计该类欲实现(完成)的功能,进而设计出相应的类成员函数。   例如,下面给出的“雏形”可用来实现对天的增加,比较两个日期是否相等,以及对日期的输出等操作。请完成各类成员函数,并编制主函数,说明DateType类对象,对定义的各成员函数进行调用,以验证它们的正确性。 (Customize a simple date class DateType, it has a data member y, m, d, is used to indicate the current date, month, and day. To achieve the latter design class (complete) function, and then design the appropriate class member functions. For example, the following is the " prototype" is used to achieve the increase of day, compare two date are equal, and the output of dates and other operations. Please complete all kinds of member functions, and prepare the main function, indicating DateType class object for each member function definition be called to verify their correctness.)
    2013-05-22 21:22:09下载
    积分:1
  • ST7789S
    STM32F103+ST7789S驱动程序(STM32F103platform for ST7789S)
    2021-04-12 22:28:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载