搜索资源列表
cp_src_v08
- Controller Area Network Programming Interface Environment Ver0.8。 CanPie版本0.8. CAN总线通讯编程接口源代码。-Controller Area Network Programming Interface Environment Ver0.8. CanPie version 0.8. CAN bus communication interface programming source code.
S3C44B0若要接can总线
- S3C44B0接can总线.rar-S3C44B0 can take bus. Rar
lpc2104模拟总线软件包
- lpc2104模拟总线软件包,针对周立功2104开发板的模拟总线实现的源码-lpc2104 analog bus packages, Zhou Ligong 2104 against development board simulation of the source Bus
S3C2410_IIC总线例程
- 在S3C2410下利用IIC总线和EEPROM通信~!
TFT4267 8位总线驱动程序
- TFT4267 8位总线驱动程序,未使用驱动芯片,由处理器直接驱动。稍做修改即可用于16位总线模式。
STM32CAN总线通信例程
- 基于STM32处理器的CAN总线通信
lpc1768-CAN 对于lpc1768的CAN总线多节点通信功能
- 本例程完成的是对于lpc1768的CAN总线多节点通信功能,已经调试通过。请下载!-The routines of the lpc1768 is completed for more nodes CAN bus communication function, have debugging through please download
MCP2515.rar
- 一个在三星S3C44B0 ARM 上实现的带SPI接口的MCP2515 CAN总线控制芯片的 CAN 读写程序!,S3C44B0 ARM in the Samsung achieved with SPI interface MCP2515 CAN bus control chip to read and write procedures CAN!
can-m16-mcp2515
- 调试好的CAN总线的C语言程序及原理图,谢谢!-CAN bus debugging good C language programming and schematic, thank you!
CAN_Demo
- LPC23XX CAN总线 例程 来自MCU123开发板配套光盘-LPC23XX CAN bus routines MCU123 from development board supporting CD-ROM
CAN
- MC9S12单片机 CAN总线初始化及数据发送-Single-chip CAN bus MC9S12 initialization and data sent
CAN
- can总线 dsp2812例程 希望对大家有用 互相学习-can bus dsp2812 routines useful for all of us hope to learn from each other
SPIDisp_C
- 基于smartarm平台的lpc2200开发板源码,SPI总线实验-Based on the platform smartarm source lpc2200 development board, SPI bus experiment
Lin_LPC76X
- 由LPC76X构成的LIN BUS节点实例 包含LIN总线的Demo程序,很好的参考资料 LIn总线驱动-LPC76X posed by the LIN BUS node contains examples LIN Bus Demo program, a good reference for LIN bus driver
LPC9xx
- 由LPC932构成的LIN BUS节点实例 LIN总线驱动程序,值得参考-LPC932 posed by LIN BUS node instances LIN bus driver, it is also useful
CAN
- 红牛开发板(STM32F103ZET6) CAN总线通讯示例,开发环境为MDK-Red Bull development board (STM32F103ZET6) CAN bus communication example, the development environment for the MDK
458CANmotor
- pic can总线通信 18f458单片机与电脑can总线通信-pic can bus communication 18f458 microcontroller bus communication with a computer can
01-485总线
- 基于k60开发板,这是一个实际应用例程,关于485总线通信。(Based on k60, practical example....)
CAN bus communication on Freescale
- 基于Freescale芯片的CAN总线通信应用程序(CAN bus communication application based on Freescale)
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。