搜索资源列表
IICMaster
- 12Mhz标准51的100KHz IIC总线主器件模拟方式驱动程序。 本驱动程序即可以在没有Small RTOS的情况下使用。此时,要使用本驱动程序只需要配置IIC总线使用的IO口。在驱动程序的主文件iic_master.c仅包含一个文件config.h。用户需要的是在这个文件中设置IIC总线使用的IO口SDA和SCL。如果用户单独使用iic_master.c,还要在config.h包含iic_master.h文件和其它必须的文件如reg51等;并定义宏TRUE、FALSE和与编译器无关的
Sources
- 本文件基于飞思卡尔XS128单片机编写的蓝牙串口通讯及利用IO口进行传感器脉冲计数程序-This document is based on Freescale' s XS128 single-chip Bluetooth serial communication and the preparation of the IO port to sensor using pulse counting procedures
at91sam9260_pio
- ARM9260头文件源码包括了IO口读写寄存器定义-ARM9260 source header file includes the definition of IO port to read and write registers
GPIO_INT1
- * 文件名称:GPIO_INT1.C * 功 能:使用外部中断2进行蜂鸣器的控制。产生的中断(低电平有效)控制蜂鸣器状态。 * 使用非向量中断方式。 * 说 明:使用实验连接导线连接GPIO接口的[IO.1]到[BUZZER]插孔; * 实验时将连接导线的一端连接[INT/PWM]插孔,另一端接触[GND]插孔获得低电平。-ARM7 GPIO
Software
- emu8086的软件IO仿真平台配置文件,主要用于学习8086的IO基本功能模块-Emu8086 IO config file for ASM starter, learning the IO design based on 8086 basic instructions.
FatFs
- 实现了STM32的fat32,fat16文件系统,只需要替换简单的IO扇区读写接口,就能移植使用,很方便-STM32 fat32, fat16 file system, only need to replace the simple the IO sector read and write interface can transplant use, it is convenient
STM32F10x_StdPeriph_Driver
- 意法STM32F10X系列arm的CAN,UART,IO,IIC,SPI等资源的标准库文件和头文件-The STMicroelectronics STM32F10X series arm of CAN, UART, IO, IIC, SPI resource standard libraries and header files
USR
- 实现PC机与ARM微处理器的485通信,文件保存主函数,其中对IO进行了配置,中断优先级进行了配置,以及串口配置.-PC machine with the ARM microprocessor 485 communications, file save the main function, which the IO configuration, interrupt priority is configured, and serial port configuration.
485
- 实现PC机与ARM微处理器的485通信,文件保存主函数,其中对IO进行了配置,中断优先级进行了配置,以及串口配置.-PC machine with the ARM microprocessor 485 communications, file save the main function, which the IO configuration, interrupt priority is configured, and serial port configuration.
AD9910驱动程序
- 包含AD9910驱动头文件及串行驱动程序 使用说明 底层驱动目前提供4个函数: 1.void Init_AD9910(void); //芯片初始化 2.void Write_frequence(u32 Freq); //写频率 3.void Write_Amplitude(u32 Ampli); //写幅度 4.void AD9910_IOInit(void); //控制器IO初始化 使用步骤: void AD9910_IOInit(void); void Init_A