代码搜索:I2C驱动

找到约 10,000 项符合「I2C驱动」的源代码

代码结果 10,000
www.eeworm.com/read/393596/8273783

lst 595驱动显示.lst

C51 COMPILER V7.50 595驱动显蔩 06/12/2008 22:25:50 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE 595驱动显蔩 OBJECT MODULE PLACED IN 595
www.eeworm.com/read/393596/8273815

c 595驱动显示.c

#include #include #define uchar unsigned char #define uint unsigned int uchar code encode[]={0xc0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,0xff}; uchar code bitset[]={
www.eeworm.com/read/369449/9648561

txt can驱动说明.txt

/****************************************Copyright (c)************************************************** ** 西安傅立叶电子有限公司 ** 研 发
www.eeworm.com/read/367777/9733102

txt nrf驱动说明.txt

NRF驱动说明 void nrfxie(unsigned char data) //写一个字节到NRF,其中DATA为要写的数据,在写前需要把NRF配置到待机模式 int nrfdu() //读一个数据 同上 返回一个字节,需要先配置NRF void nrfxiedata(unsigned char *q) 写一个数组到NRF其中数组的第一个数据是本数组的数
www.eeworm.com/read/411622/11236879

htm 硬件驱动编程.htm

硬件驱动编程
www.eeworm.com/read/135341/13938618

c 驱动程序.c

//24c01-24c16读写驱动程序, sbit a0=ACC^0; //定义ACC的位,利用ACC操作速度最快 sbit a1=ACC^1; sbit a2=ACC^2; sbit a3=ACC^3; sbit a4=ACC^4; sbit a5=ACC^5; sbit a6=ACC^6; sbit a7=ACC^7; void s24(void) { _nop_