代码搜索:AVR

找到约 10,000 项符合「AVR」的源代码

代码结果 10,000
www.eeworm.com/read/24089/934950

h i2c_avr.h

#ifndef I2C_AVR_H #define I2C_AVR_H #define MAX_BUF_LEN 31 // the functions which you will normally use are: void i2c_init(uint8_t devadr, uint8_t gencall,uint8_t pullup); uint8_t i2c_get_received_d
www.eeworm.com/read/24089/934980

c i2c_avr.c

#include //#include #include #include #include "i2c_avr.h" #include "avr_compat.h" #define TWSR_STATUS_MASK 0xF8 #define TWCR_CMD_MASK 0x0F /*
www.eeworm.com/read/475953/1374936

svn-base avr_eeprom.h.svn-base

// $Id: avr_eeprom.h,v 1.3 2003/10/07 21:46:28 idgay Exp $ #include