ATY_LIB V2_102_230218
ATY_LIB for general devices or ALGO
 
Loading...
Searching...
No Matches
AD5245_ATY.h
Go to the documentation of this file.
1
27#ifndef __AD5245_ATY_H
28#define __AD5245_ATY_H
29
30#include "INCLUDE_ATY.h"
31#include "HW_I2C_ATY.h"
32
33/******************************* For user *************************************/
34// Set AD0 voltage level for device address
35#define AD5245_AD0 1
36
37#define AD5245_READBACK
38
39#define __DEBUG_AD5245_ATY
40
41/******************************************************************************/
42
43
44// 0 1 0 1 1 0 AD0 R/W
45#define AD5245_ADDRESS (0x2C | AD5245_AD0)
46
48
49
50
51#endif /* __AD5245_ATY_H */
52
53/******************************** End Of File *********************************/
void AD5245_SetValue(uint8_t value)
set AD5245 value
Definition: AD5245_ATY.c:40
value
Definition: DS18B20_ATY.c:216
Familiar functions of I2C for all embedded device.
Headers include or defines for all embedded code.
unsigned char uint8_t
Definition: fw_types.h:18