-
用MSP430F149的普通输入输出口模拟SPI,读写FM25l256铁电的测试程序。...
用MSP430F149的普通输入输出口模拟SPI,读写FM25l256铁电的测试程序。-MSP430F149 with ordinary analog input and output mouth SPI, literacy FM25l256 ferroelectric testing procedures.
- 2022-06-27 07:40:10下载
- 积分:1
-
自己写的PWM 模拟比较等 AVR16的子程序 供大家参考
自己写的PWM 模拟比较等 AVR16的子程序 供大家参考-Write your own, such as analog comparator PWM Subroutine for the AVR16 U.S. reference
- 2022-07-12 17:45:12下载
- 积分:1
-
IRQ4 interrupt has three interrupt sources: 1KHz, 2Kz and 4KHz, each interruptio...
IRQ4中断有三个中断源:1KHz、2Kz和4KHz,每一个中断分别控制与IOA0-IOA1,IOA2-IOA3和IOA4-IOA7相连的LED灯-IRQ4 interrupt has three interrupt sources: 1KHz, 2Kz and 4KHz, each interruption of the respective control and IOA0-IOA1, IOA2-IOA3 and IOA4-IOA7 connected LED lights
- 2022-12-30 15:15:03下载
- 积分:1
-
在IAR Embedded Workbench IDE平台使用ATmega1280的USART0口的编译连接通过的自编程程序...
在IAR Embedded Workbench IDE平台使用ATmega1280的USART0口的编译连接通过的自编程程序-In the IAR Embedded Workbench IDE platform USART0 the ATmega1280 compiler I connect through the process of self-programming
- 2022-09-08 14:50:03下载
- 积分:1
-
双龙电子的ICC AVR例程源码,写的比较简单容易懂,对初学者比较好。也可以参考。里面附带IIC,1602,UART等例子...
双龙电子的ICC AVR例程源码,写的比较简单容易懂,对初学者比较好。也可以参考。里面附带IIC,1602,UART等例子-Ssangyong Electronics ICC AVR routine source code, written in relatively simple and easy to understand for beginners better. Also can refer to. Inside with IIC, 1602, UART, etc. Examples of
- 2022-04-14 18:25:53下载
- 积分:1
-
the MCU series of the C language keyboard incremental decrease in C program'...
用单片机的C语言编的键盘递增递减的C程序的源代码(按一下键,对应的键值增或减一),在很多领域用到此思想,如空调调温等,可供单片机开发工程师参考。-the MCU series of the C language keyboard incremental decrease in C program"s source code (by pushing a button, the corresponding increase or decrease of the pair a), used in many areas here thinking, such as air-conditioning thermostat, MCU development engineers for reference.
- 2022-11-28 05:10:03下载
- 积分:1
-
次文件包括uCOS
次文件包括uCOS-II中使用,ZLG_FS在CF卡上的例子,ARM采用的是LPC2210.-Meeting documents include uCOS-II use, ZLG_FS in the CF card example, ARM using the LPC2210.
- 2022-06-20 16:16:14下载
- 积分:1
-
开发usb块传输的固件程序,可pc循环向下微机发数据
开发usb块传输的固件程序,可pc循环向下微机发数据-development usb block transmission firmware procedures, pc downward cycle of the computer data
- 2022-08-10 11:05:39下载
- 积分:1
-
视觉暂留,编程从一个I/O口输出一扫频信号,驱动一支LED灯闪动,频率范围为10HZ~99HZ,扫描时间为30秒,在LED闪动期间观察,一旦发现无法识别LED灯...
视觉暂留,编程从一个I/O口输出一扫频信号,驱动一支LED灯闪动,频率范围为10HZ~99HZ,扫描时间为30秒,在LED闪动期间观察,一旦发现无法识别LED灯闪动时,按下按键K1,立即停止输出,并将此时的信号频率显示在数码管上,该信号的周期为测试者的视觉暂留时间。-Persistence of vision, programming from an I/O port outputs a sweep signal to drive an LED light flashing, the frequency range of 10HZ ~ 99HZ, scan time of 30 seconds, the LED flashing during the observation, once found it impossible to identify the LED lights flashing, press the key K1, immediate cessation of the output, and at this time the signal frequency displayed on the digital control on the test cycle of the signal" s persistence of vision time.
- 2022-08-24 14:54:10下载
- 积分:1
-
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片...
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片机实定时/计数器T0来产生700HZ和500HZ的频率,根据定时/计数器T0,我们取定时250us,
* 因此,700HZ的频率要经过3次250us的定时,而500HZ的频率要经过4次250us的定时。
* 2. 在设计过程,只有当按下SP1之后,才启动T0开始工作,当T0工作完毕,回到最初状态。
* 3. “叮”和“咚”声音各占用0.5秒,因此定时/计数器T0要完成0.5秒的定时,对于以250us为基准定时2000次才可以。
*/-/* Procedure detailed functional Introduction:* When pressing the button P3.3, AT89S51 Singlechip a
- 2023-01-12 02:35:03下载
- 积分:1