Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/ibutton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'onewire_config.h')
-rw-r--r--onewire_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/onewire_config.h b/onewire_config.h
index d223b24..326ee0a 100644
--- a/onewire_config.h
+++ b/onewire_config.h
@@ -13,4 +13,6 @@
#define ONEWIRE_TIMER_REG TCNT1
#define ONEWIRE_USEC (F_CPU / 8000000UL)
+//#define ONEWIRE_SEARCH_SUPPORT
+
#endif