-
SEP3203嵌入式开发手册,用于对系统的开发
SEP3203嵌入式开发手册,用于对系统的开发-SEP3203 embedded development manual, used for system development
- 2022-07-23 11:10:04下载
- 积分:1
-
通常串口的开发是基于VC的,这个为以VB开发工具的来说,希望能有所借鉴。用activeX控件 mscomm32.ocx写的一个串口调试工具....
通常串口的开发是基于VC的,这个为以VB开发工具的来说,希望能有所借鉴。用activeX控件 mscomm32.ocx写的一个串口调试工具.-usually is based on the development of the VC, VB to the development of tools, hopes to have a reference. Use activeX control mscomm32.ocx write a serial debugging tools.
- 2022-08-02 13:31:48下载
- 积分:1
-
12位ADC芯片TLC2543的驱动程序,用于LPC2130系统中,模拟SPI总线(操作方便)...
12位ADC芯片TLC2543的驱动程序,用于LPC2130系统中,模拟SPI总线(操作方便)-12-bit ADC chip TLC2543 driver for LPC2130 system, simulation SPI bus (easy)
- 2022-03-25 09:54:41下载
- 积分:1
-
Freescale keyboard interrupt source code, C language, and very good
飞思卡尔的键盘中断源代码,C语言写的,很不错的-Freescale keyboard interrupt source code, C language, and very good
- 2023-06-05 05:40:03下载
- 积分:1
-
nios develops the ucos source code, has a part of revision, may
use to be also g...
nios开发ucos源码,有部分修改,可以用 还不错-nios develops the ucos source code, has a part of revision, may
use to be also good
- 2022-02-14 21:45:35下载
- 积分:1
-
ARM开发流程 ppt文档
ARM开发流程 ppt文档-ARM development process ppt document
- 2023-05-26 17:35:03下载
- 积分:1
-
RS232 interrupt the development of C language source code package includes C sou...
RS232 中断开发 C 语言源程序 包内包含C源代码以及汇编子程序-RS232 interrupt the development of C language source code package includes C source code and compiled subprogram
- 2022-04-22 21:53:19下载
- 积分: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
-
verilog 数字跑表 仿真源码
1.具有暂停/启动功能;2.具有重新开始功能;3.用6个数码管分别显示百分秒、秒和分钟。
Solution:根据要求,采用自底向上的设计方法:选择了max+plus2进行编辑和调试。
整体来说分为两大部分:一部分是计数模块;另一部分是显示模块,主要运用动态扫描方式
- 2022-02-21 23:36:55下载
- 积分:1
-
44B0
44B0-UDA1341音频驱动代码。
录音半分钟后任意选择播放时间,还可以调节音量大小等。-44B0-UDA1341 audio driver code. Arbitrary choice of half a minute after the recording playback time, but also can adjust the volume size.
- 2022-04-15 04:28:49下载
- 积分:1