You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
287 B
15 lines
287 B
17 years ago
|
#ifndef DS1803_CONFIG
|
||
|
#define DS1803_CONFIG
|
||
|
|
||
|
/**
|
||
|
* Address byte selection
|
||
|
* Select 0 for low and 1 for high
|
||
|
**/
|
||
|
#define DS1803_A0 0
|
||
|
#define DS1803_A1 0
|
||
|
#define DS1803_A2 0
|
||
|
|
||
|
// Uncomment this to use the the read back function
|
||
|
//#define DS1803_USE_GET_VALUE_FUNC
|
||
|
|
||
|
#endif
|