-
状态机制实现按键长按、短按、长按累加识别
资源描述Key.c和Key.h 源文件实现了按键长按、短按、长按累加的识别,采用状态机制来实现按键消斗和不同按键状态识别,最大限度提升程序的运行效率和MCU利用率,该代码移植性,支持IO驱动按键,AD采样方式识别按键。采用DMA的方式获取AD采样数据,MCU采用STM32.
- 2022-08-19 11:35:15下载
- 积分:1
-
用ADS1.2感兴趣的制备臂热敏打印机驱动程序,可以看下
热敏打印机arm驱动程序 用ads1.2 编写 有兴趣的可以看下-Arm thermal printer driver with the preparation of ads1.2 interested can facie
- 2022-02-25 15:19:54下载
- 积分:1
-
DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。
戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的...
DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。
戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的方式和你需要的各功能模块,自动生成C-code驱动功能与适当的单片外围设备和中断的控制。
DAvE会直接与编译器的IDE互动。-DAvE is the Digital Application Engineer from Infineon Technologies.
DAvE will...
- Help you program the Infineon microcontroller you want to use in your project, by offering intelligent wizards, that help you configure the chip to work the way you need it and automatically generate C-code with appropriate driver functions for all of the on-chip peripherals and interrupt controls.
- Interact directly with compiler IDE s.
To use DAvE you need the DAvE mother system and the DIP file for your specific microcontroller. After installation of the mother system you need to install the DIP file. For this purpose please start DAvE. Goto "View", "Setup Wizard". Select "Installation".
Please note: If you run DAvE on Windows Vista,
then please start the program the following way:
Right click with your mouse onto dave.exe. The
- 2022-03-20 21:24:09下载
- 积分:1
-
AVR MCU series high voltage chip parallel, serial programming pin definition dia...
AVR单片机的全系列芯片的高压并行、串行编程的引脚定义示意图,在芯片锁死时会非常实用,推荐下载!-AVR MCU series high voltage chip parallel, serial programming pin definition diagram, when locked in the chip will be very useful, recommended download!
- 2022-08-25 18:22:31下载
- 积分:1
-
Zhou Ligong LPC213X ARM7 prepared for the SD card reader module, a very detailed...
周立功公司为LPC213X ARM7 编写的SD卡读写模块,很详细的注释。-Zhou Ligong LPC213X ARM7 prepared for the SD card reader module, a very detailed notes.
- 2022-12-24 09:25:03下载
- 积分:1
-
电子密码锁程序
//2013.10.05 电子密码锁的设计 要求如下:
//事先设置初始密码为910108,上电时数码管全为------,,按下S10开始输入6位密码
//如果输入的6位密码与预先设置的密码相同,则发光二极管全部亮,数码管显示GOOD;如果输入错误则蜂鸣器报警,并且8个LED发光二极管全部暗,数码管显示ERROR。
#include
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
sbit beep=P2^3;
sbit p1_0=P1^0;
sbit p1_1=P1^1;
sbit p1_2=P1^2;
sbit p1_3=P1^3;
sbit p1_4=P1^4;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-19 09:54:39下载
- 积分:1
-
这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录
这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录-This procedure used 180 lines C code on the FAT16 file system can read U disk root directory
- 2022-01-21 17:58:49下载
- 积分:1
-
LED点阵显示屏设计
资源描述16X48的LED点阵显示器的设计,包括的电路、驱动芯片等的电路设计,驱动程序部分实行的LED灯显示的驱动实现,数字、文字显示、时钟显示等。
- 2023-06-18 16:35:03下载
- 积分:1
-
s3c44b0x系列arm7开发板网口测试程序。ADX调试即可
s3c44b0x系列arm7开发板网口测试程序。ADX调试即可-s3c44b0x series arm7 Development Board net mouth testing procedures. Debugging can ADX
- 2022-08-18 18:31:18下载
- 积分:1
-
此源码是sc3c2410中断测试程序,经实际测试,可以正常运行.
此源码是sc3c2410中断测试程序,经实际测试,可以正常运行.
- 2022-08-17 17:46:20下载
- 积分:1