代码拉取完成,页面将自动刷新
/*
* atsha204_i2c.h
*
* Created: 10/6/2013 5:28:46 AM
* Author: easanghanwa
*/
#ifndef ATSHA204_I2C_H_
#define ATSHA204_I2C_H_
#include "atsha204_ctc_d1_solutions.h"
// error codes for physical hardware dependent module
// Codes in the range 0x00 to 0xF7 are shared between physical interfaces (SWI, TWI, SPI).
// Codes in the range 0xF8 to 0xFF are special for the particular interface.
#define I2C_FUNCTION_RETCODE_SUCCESS ((uint8_t) 0x00) //!< Communication with device succeeded.
#define I2C_FUNCTION_RETCODE_COMM_FAIL ((uint8_t) 0xF0) //!< Communication with device failed.
#define I2C_FUNCTION_RETCODE_TIMEOUT ((uint8_t) 0xF1) //!< Communication timed out.
#define I2C_FUNCTION_RETCODE_NACK ((uint8_t) 0xF8) //!< TWI nack
// Upper Layer Compliance Definitions
#define I2C_CLOCK ATSHA204_I2C_SPEED
#endif /* ATSHA204_I2C_H_ */
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。