OneWire Library for Arduino  version: 0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
OneWireMasters.h
Go to the documentation of this file.
1 /******************************************************************/
34 #ifndef OneWireMasters_H
35 #define OneWireMasters_H
36 
37 //more masters will be added later
38 #include "Masters/DS248x/DS248x.h"
39 
40 #endif /*OneWireMasters_H*/
41