-
USB虚拟COM端口与stm32f407vg
这段代码在你的微控制器,你可以在PC COMPORT RS232,而无需使用任何USB转串口转换器
- 2022-05-20 02:12:29下载
- 积分:1
-
ucGUI 嵌入式界面
嵌入式界面 菜单移植
STM32上移植的ucgui ,方便菜单编写,字库随意更改;可以先用VC在PC机上进行模拟测试。
- 2022-03-24 20:48:03下载
- 积分:1
-
AD7705的读写驱动,应用者更改读写端口即可直接应用
AD7705的读写驱动,应用者更改读写端口即可直接应用-the AD7705 s driver that can easily be applied through changing the IO deininition.
- 2022-01-27 13:45:16下载
- 积分:1
-
ISO15693RFID协议及测试代码
RC632控制器,对ISO1443A/1443B/15693协议卡的读写代码,包括底层协议通信和上层的测试代码,可以直接参考用于实际项目中。包括寻卡,读写卡等常用的代码。代码是经过实际测试的,可以正常使用。
- 2023-05-16 13:30:03下载
- 积分:1
-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1
-
嵌入式系统 Boot Loader 技术内幕,大略介绍了boot loader.
嵌入式系统 Boot Loader 技术内幕,大略介绍了boot loader.--Explains boot loader.
- 2022-03-09 15:10:50下载
- 积分: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
-
TI的TUSB3210芯片的原理图和PCB文件。为您的设计提供参考。
TI的TUSB3210芯片的原理图和PCB文件。为您的设计提供参考。-TI
- 2022-07-14 19:26:43下载
- 积分:1
-
TEA5767收音机可以自动搜索上下有代表台湾的…
TEA5767收音机可以自动上下搜台
代有数码管显示等-TEA5767 radio can automatically search up and down there on behalf of the Taiwan digital tube displays
- 2022-06-21 11:10:54下载
- 积分:1
-
TFTP
tftp-1.0源码,可以用作uboot下下载kernel镜像以及文件系统-tftp-1.0 source code, can be used to download the kernel under the uboot image and file system
- 2022-07-15 13:06:42下载
- 积分:1