登录
首页 » 嵌入式芯片 » MC2410A的ADC驱动,别人写的,好像可以隔几秒自动转换一次数据...

MC2410A的ADC驱动,别人写的,好像可以隔几秒自动转换一次数据...

于 2022-03-16 发布 文件大小:1.74 kB
0 140
下载积分: 2 下载次数: 1

代码说明:

MC2410A的ADC驱动,别人写的,好像可以隔几秒自动转换一次数据-MC2410A the ADC driver, written by others, as if every few seconds can be automatically converted to a data

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

发表评论

0 个回复

  • 针对OK2440 ARM920T(S3C2440)的USB设备接口载windows下的驱动
    针对OK2440 ARM920T(S3C2440)的USB设备接口载windows下的驱动-For OK2440 ARM920T (S3C2440) contains the USB device interface of the drive under windows
    2022-01-26 04:33:46下载
    积分:1
  • 三星ARM7S3C44B0X基本输输出(BIOS)源码
    三星ARM7芯片S3C44B0X基本输入输出(BIOS)源码-Samsung ARM7 chip S3C44B0X basic input output (BIOS) FOSS
    2023-06-22 19:05:04下载
    积分:1
  • 基于优龙ST2410开发板的原代码,包括各种驱动程序
    基于优龙ST2410开发板的原代码,包括各种驱动程序-Long ST2410 distinctions based development board"s original code, including driver
    2022-05-23 19:52:43下载
    积分:1
  • s3c44b0,开发板上测试usb的host/device的源程序,ads调试通过
    s3c44b0,开发板上测试usb的host/device的源程序,ads调试通过-s3c44b0, development board test usb the host/device source, Debugging through ads
    2022-03-16 15:15:54下载
    积分:1
  • 这个是黑白LCD的一个典型的驱动函数集 原创 请大家多支持下下!如果有什么问题请来信...
    这个是黑白LCD的一个典型的驱动函数集 原创 请大家多支持下下!如果有什么问题请来信-This is a typical black-and-white LCD driver function sets original requested the support of more than U.S.! If you have any questions please contact us
    2022-01-26 01:02:41下载
    积分:1
  • PIC SINGLE-CHIP KEYSTROKE TEST
    包括仿真电路及C程序,参考《PIC单片机入门和实战》。按键检测原理:PORTB的高4位设置为输入模式,且开启内部若上拉功能,这样,PORTB的高4位就全都是1,也就是按键的列线全是1,而PORTB的低4位全是0,也就是按键的行线全是0。若有按键按下,那么行线和列线就会连通,按键所在的列线的电压就会拉低,变为0。这个时候,读PORTB,低4位仍然为0 ,但是高四位就会有一位也是0。所以if((PORTB & 0xF0)!=0xF0)可以判断按键是否按下,因为如果按下了,高四位就不全为1。按键扫描,低4位依次输出0,而 低4位的另外3位输出1,那么,当输出0的行线,碰到按键按下的列线,就会将列线的电压拉低,这时候,读PORTB,就会得到按键的行列位置,即按键码。如果输出0的行线,未与按键的列线相连,那么高4位仍然全为1。就继续扫描。KeyCode[]数组中,存储了最近几次的按键码,最多可以存储最近8次,更改数组就可以更改存储大小。若多连接几个数码管,就可以依次显示按键的内容,如同计算器一样
    2023-06-16 10:20:04下载
    积分:1
  • S3C4510的源码,短小但俱全,便于初学者学习,并附有详细的PDF说明文档。...
    S3C4510的源码,短小但俱全,便于初学者学习,并附有详细的PDF说明文档。-S3C4510 source code, the short but complete, easy beginners to learn, with a detailed PDF documentation.
    2023-05-29 14:05:04下载
    积分:1
  • lpc210x development arm of the template
    lpc210x的arm开发模板-lpc210x development arm of the template
    2022-02-25 07:35:47下载
    积分:1
  • s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please...
    s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpanel test 7 : 3.5# TFT LCD 240*320 test 8 : UDA1341 play audio test 9 : UDA1341 record audio test 10 : IRDA test 11 : SD Card write and read test 12 : COM port ( UART2 ) test-s3c2410 ads test procedure under the transplanted into iar ewarm v5.2 including Please select function: 0: Please input 1-14 to select test 1: Real time clock display 2: 4 key array test 3: Buzzer test 4: ADC test 5 : IIC EEPROM test 6: Touchpanel test 7: 3.5# TFT LCD 240* 320 test 8: UDA1341 play audio test 9: UDA1341 record audio test10: IRDA test11: SD Card write and read test12: COM port (UART2) test
    2022-11-17 08:25:04下载
    积分:1
  • SC44B0的测试应用程序,此程序为液晶屏的应用,液晶屏的点阵为160*240,可以显示任意由ASCII码组成的字符串。...
    SC44B0的测试应用程序,此程序为液晶屏的应用,液晶屏的点阵为160*240,可以显示任意由ASCII码组成的字符串。-SC44B0 the testing of applications, this procedure to screen applications, the matrix LCD screen for 160* 240 can demonstrate arbitrary composition from ASCII string.
    2022-06-19 03:02:18下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载