登录
首页 » SCM » 关于AD590的说明,包含若干应用电路图。

关于AD590的说明,包含若干应用电路图。

于 2022-03-24 发布 文件大小:111.64 kB
0 189
下载积分: 2 下载次数: 1

代码说明:

关于AD590的说明,包含若干应用电路图。-Note on the AD590, contains a number of applications circuit.

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

发表评论

0 个回复

  • Microcontroller is a Microcontroller Pac
    单片机小精灵是一款单片机辅助开发工具,提供常用51系列单片机的参数计算和资料查询功能。 -Microcontroller is a Microcontroller Pac-assisted development tools, providing popular 51 series microcontroller parameters and data query capabilities.
    2022-01-20 22:34:46下载
    积分:1
  • C51程序,标把控制器的完整得到程序。已经用在产品上。包括定时器的使用,步进电机的控制技巧。...
    C51程序,标把控制器的完整得到程序。已经用在产品上。包括定时器的使用,步进电机的控制技巧。-C51 procedures, the S controller put the integrity of procedures. Already used in products. Timer including the use of the stepper motor control skills.
    2022-06-11 19:26:56下载
    积分:1
  • In the 8X8 LED dot matrix display cylindrical, smooth movement from left to righ...
    在8X8 LED点阵上显示柱形,让其先从左到右平滑移动三次,其次从右到左平滑移动三次,再次从上到下平滑移动三次,最后从下到上平滑移动三次,如此循环下去。 -In the 8X8 LED dot matrix display cylindrical, smooth movement from left to right to first three times, followed by a smooth move from right to left three times, once again moving smoothly from top to bottom three times, the last from the bottom-up smoothing mobile three times, so the cycle continue.
    2022-02-01 17:41:13下载
    积分:1
  • IRQ
    freescale mc9S08DZ60 IRQ C语言外部中断程序-IRQ
    2022-05-19 06:52:09下载
    积分:1
  • MEGA8同时控制四个独立的使用
    利用MEGA8同时控制四路分立的单总线设备TH-11数字湿温度传感器,并根据查找表反推出传感器电阻值,显示在LCD12864显示器上。公司内部用机器。-MEGA8 simultaneously control the use of four separate single-bus devices TH-11 digital wet temperature sensor and, based on look-up table against introduction of sensor resistance value, displayed in the LCD12864 display. Within the company with the test machine.
    2023-07-08 22:10:03下载
    积分:1
  • === =时钟20:6=== === == 应先初始化状态寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 0...
    === =时钟20:6=== === == 应先初始化状态寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 06H PC EQU 07H PD EQU 20H IAR EQU 00H 间接寻址寄存器 TMR0 EQU 01H 定时器 STATUS EQU 03H 状态寄存器 BSR EQU 04H bank选择寄存器 PORTA EQU 05H I/0端口寄存器 PORTB EQU 06H I/0端口寄存器 PORTC EQU 07H I/0端口寄存器 PORTD EQU 20H I/0端口寄存器 PULL EQU 21H PULL-High上拉寄存器 WAKEUP EQU 22H 唤醒控制寄存器--被用来设定watchdog允许和禁止 IRQM EQU 23H 中断屏蔽寄存器 IRQF EQU 24H 中断标志寄存器 WDTSEL EQU 25H -=== === = clock 20 : 6 === === === == should first register initialization state tx1714 EQU 7FFH EQU PA PB EQU 05H 06H 07H PC EQU PD EQU 20H IAR E QU 00H indirectly addressable registers TMR0 EQU 01H timer STATUS EQU Mr send state BSR EQU-deposit bank in the 04H choice Register PORTA EQU 05H I/O ports Register P ORTB EQU 06H I/O ports Register PORTC EQU 07H I/O ports Register POR TD EQU 20H I/O ports Register PULL EQU 21H PULL-High pull Register WAKEUP EQU 22H awaken control registers-- were used to set watchdog allowed and prohi
    2022-03-18 22:55:02下载
    积分:1
  • Keil C51 example
    Keil C51 example
    2022-06-28 19:27:15下载
    积分:1
  • C8051F340单片机与控制TC35I发短信 编写短信通过串口1、GSM模块传递给指定的手机 数据格式:文本...
    C8051F340单片机与控制TC35I发短信 编写短信通过串口1、GSM模块传递给指定的手机 数据格式:文本-C8051F340 MCU and control TC35I write text messages send text messages through the serial port 1, GSM mobile phone module is passed to the specified data format: Text
    2022-03-15 11:12:39下载
    积分:1
  • 这篇文章发表在《单片机与嵌入式系统应用》2005年第三期,我已经和彭先生联系上了!他会回答大家的问题的 2002年初,笔者着手写一个IC卡预付费电表的工作程...
    这篇文章发表在《单片机与嵌入式系统应用》2005年第三期,我已经和彭先生联系上了!他会回答大家的问题的 2002年初,笔者着手写一个IC卡预付费电表的工作程序,该电表使用Philips公司的8位51扩展型单片机87LPC764,要求实现很多功能,包括熄显示、负荷计算与控制、指示闪烁以及电表各种参数的查询等,总之,要使用时间的单元很多。笔者当时使用ASM51完成了这个程序的编写,完成后的程序量是2KB多一点。后来,由于种种原因,这个程序并没有真正使用,只是作了一些改动之后用在一个老化设备上进行计时与负荷计算。约一年后,笔者又重新改写了这些代码。
    2023-05-23 03:40:03下载
    积分:1
  • megal 128 单片机 EEPROM读写程序 iccavr开发环境
    megal 128 单片机 EEPROM读写程序 iccavr开发环境
    2023-07-15 05:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载