-
Keil prepared by the use of liquid crystal display driver, to achieve a rolling...
使用keil编写的关于液晶显示的驱动程序,能够实现滚动显示-Keil prepared by the use of liquid crystal display driver, to achieve a rolling display
- 2022-08-12 23:37:14下载
- 积分:1
-
一个与GP
一个与GP-proface人机界面通讯的上位机程序-with a GP-proface man-machine interface of PC communications procedures
- 2022-08-13 04:07:49下载
- 积分:1
-
国外某大学关于FreeRTOS的讲义。由于目前对FreeRTOS的介绍还很欠缺,官方网站的离线文档需要购买,因此这个材料可以帮助你深入了解FreeRTOS。有一
国外某大学关于FreeRTOS的讲义。由于目前对FreeRTOS的介绍还很欠缺,官方网站的离线文档需要购买,因此这个材料可以帮助你深入了解FreeRTOS。有一点要申明:建议是英文的,-Abroad on a university lecture FreeRTOS. Since the introduction of FreeRTOS is still lacking, the official website of the offline files will need to purchase, so this material can help you a deeper understanding FreeRTOS. It should be stated: the recommendations are in English,
- 2022-04-10 06:12:38下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
SHARP_ARM720T_LH79524/5软件开发包_支持TFT_LCD_NAND_FLASH_ETH_USB
SHARP_ARM720T_LH79524/5软件开发包_支持TFT_LCD_NAND_FLASH_ETH_USB-SHARP_ARM720T_LH79524/5 software development kits _ support TFT_L CD_NAND_FLASH_ETH_USB
- 2022-05-10 17:05:33下载
- 积分:1
-
基于mplayer的qt视频播放器
在linux环境下的mplayer 的视频播放器。使用qt 4.3编写,在linux环境下和mplayer的前提下,设计的一个视频播放器,支持多种播放格式,且简单易懂适合初学者来学习。
- 2022-01-26 03:33:15下载
- 积分:1
-
外部存储器接口实验2,通过实验掌握外部存储器(EMC)的设置,使外部存储器的访问速度最优化,提高外部程序的运行速度
开发平台:EasyARM2200 ads...
外部存储器接口实验2,通过实验掌握外部存储器(EMC)的设置,使外部存储器的访问速度最优化,提高外部程序的运行速度
开发平台:EasyARM2200 ads1.2开发环境-External Memory Interface Experiment 2, through experiments have external memory (EMC) settings, so that the speed of external memory access optimization, improve the operating speed of the external procedure development platform: EasyARM2200 ads1.2 Development Environment
- 2023-04-13 14:05:03下载
- 积分:1
-
关于嵌入式的QT图形用户界面C GUI Programming with QT4书籍的配套源码...
关于嵌入式的QT图形用户界面C GUI Programming with QT4书籍的配套源码-On the QT embedded graphical user interface C GUI Programming with QT4 books matching source
- 2023-03-26 02:50:03下载
- 积分:1
-
arm嵌入式系统lpc22**错误的喂狗产生中断源代码
arm嵌入式系统lpc22**错误的喂狗产生中断源代码-arm embedded system lpc22** wrong喂狗generate an interrupt source
- 2022-01-25 17:17:36下载
- 积分:1
-
操作系统提供间
Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being implemented in coordination with the core to share resources, synchronization and exchange information. Linux support a large number of inter-process communication mechanisms, including signal and wait for the queue, pipeline and the Unix System V to provide inter-process communication mechanisms, such as message queue, the signal volume and shared memory.
- 2022-12-25 06:25:03下载
- 积分:1