-
Linux百科宝典
书籍语言: 简体中文
书籍类型: 系统专区
授权方式: 免费软件
书籍大小: 1024...
Linux百科宝典
书籍语言: 简体中文
书籍类型: 系统专区
授权方式: 免费软件
书籍大小: 1024 KB
-Linux books Language : English books Type : System Precinct license : free software books Size : 1024 KB
- 2022-08-10 14:57:16下载
- 积分:1
-
嵌入式LINUX下的录音程序,
内含MAKEFILE,很好的参考
嵌入式LINUX下的录音程序,
内含MAKEFILE,很好的参考-recording procedures, intron MAKEFILE, good reference
- 2023-06-19 00:20:03下载
- 积分:1
-
IIC读写的例子,符合标准协议的写法!
IIC读写的例子,符合标准协议的写法!--Examples of IIC standard-compilant read/write operation.
- 2022-05-07 22:00:19下载
- 积分:1
-
MSP430 RTOS running on examples
MSP430上运行RTOS实例-MSP430 RTOS running on examples
- 2022-03-19 04:53:43下载
- 积分:1
-
keil 3.5 lpc2368 program i2c
keil环境,自己的测试代码,各种功能完善-keil 3.5 lpc2368 program i2c
- 2023-07-23 06:05:03下载
- 积分:1
-
基于s3c2410平台开发的程序,实现了mmu、clock、interrupt、uart等功能,对学习s3c2410,学习arm,学习bootloader有很大...
基于s3c2410平台开发的程序,实现了mmu、clock、interrupt、uart等功能,对学习s3c2410,学习arm,学习bootloader有很大帮助。-Based on S3C2410 platform development process, realize the mmu, clock, interrupt, uart and other functions, learning s3c2410, study arm, has great help learning bootloader.
- 2022-04-13 05:57:23下载
- 积分:1
-
UCosII 的完整源代码,嵌入式操作系统学习的参考材料
UCosII 的完整源代码,嵌入式操作系统学习的参考材料-UCosII complete source code, embedded operating system to learn the reference material
- 2023-07-20 15:45: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
-
Example demonstrates a simple use of the clipboard.
Example demonstrates a simple use of the clipboard.
- 2023-03-13 10:10:04下载
- 积分:1
-
c851f系列单片机的原理图及封装,很有用的
c851f系列单片机的原理图及封装,很有用的-encapsulation and dates of c8051f
- 2022-06-16 21:21:52下载
- 积分:1