-
本代码实现了MSP430单片机的4*4键盘扫描,代码简单清晰易懂
本代码实现了MSP430单片机的4*4键盘扫描,代码简单清晰易懂-The code achieved MSP430 MCU 4* 4 keyboard scan code simple and clear and understandable
- 2022-03-13 22:40:31下载
- 积分:1
-
Voltage measurement points of the system and the output of two major signals, vo...
本系统分电压测量和信号产生输出两大部分,电压测量部分以模拟电路为主,配合放大模块、A/D转化模块、显示模块;通过凌阳单片机进行数据处理,在误差允许范围内显示测量电压值。信号产生以直接数字式频率合成器为核心,经过AT89S52对DDS芯片内部进行控制,使之输出标准正弦波形,利用编程实现频率预置、步进,达到电压输出频率的可调节步进。通过调试与测量完成了题目的基本部分和全部发挥部分的要求并有自己的创新。-Voltage measurement points of the system and the output of two major signals, voltage measurement circuitry to simulate the main part, with the amplification module, A/D conversion module, display module through Sunplus Single-chip data processing, in the range of error allowed shows the value of measuring voltage. Signal generated by direct digital frequency synthesizer for the core of the DDS chip AT89S52 after the internal control standards so that the output sine wave shape, frequency of use of pre-programming, step to the output voltage adjustable frequency step. Debugging and measurement, through the completion of the basic part of the topic and all the requirements to play a part and have their own innovation.
- 2023-01-14 20:15:03下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
experimental system based on the GE00 Development Board of guidance purposes, ca...
基于GE00 实验系统开发板的实验指导用途,可以作为嵌入式系统开发人员学习和研究之用。-experimental system based on the GE00 Development Board of guidance purposes, can be used as embedded systems development staff learning and research purposes.
- 2022-01-26 04:31:16下载
- 积分:1
-
驱动电脑内的蜂鸣器程序,实现报警演唱功能。
驱动电脑内的蜂鸣器程序,实现报警演唱功能。-The buzzer driver computer program to achieve functional alarm concert.
- 2022-02-07 05:13:12下载
- 积分:1
-
LCD SN 烧录 软件!可以烧录序列号,可以针对大部分LCD使用。...
LCD SN 烧录 软件!可以烧录序列号,可以针对大部分LCD使用。-LCD SN copying software! Copying serial numbers can be used to address most of the LCD.
- 2022-01-22 03:27:22下载
- 积分:1
-
触摸调光
资源描述用电阻给电容充电,当手触摸到与电容连接的金属片时,电容大小发生改变,从而改变电容充电时间。利用单片机不断检测电容充放电时间即可检测有无触摸,利用PWM进行无极调光。
- 2022-01-26 02:35:35下载
- 积分:1
-
8*8矩阵键盘
通过PIDUSBD12芯片与电脑进行通信,外加8*8矩阵键盘,再加一个模拟的钢琴软件就能实现,弹钢琴,可以同时按下所有按键
- 2023-01-30 18:20:03下载
- 积分:1
-
ucgui+linux移植过程
把ucgui-3.90a移植到了Linux下,还是写个总结吧。。。
ucgui的可移植性很高,只需要做很少的改动就可以移植到各个平台,移植到Linux下也一样。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-30 13:02:50下载
- 积分:1
-
ILI9320液晶显示控制器的初始化代码在51单片机。
ILI9320 LCD controller Initial Code under 51 singlechip.
- 2023-01-06 11:00:03下载
- 积分:1