#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