Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revisions of Masters/OneWireMaster.cpp

Revision Date Message Actions
141:cf38f48a2a49 2017-02-17 Updated OneWireMaster, DS2465, and DS2431 to synchronize with svn File  Diff  Annotate
139:f0e0a7976846 2016-12-13 Merge from svn File  Diff  Annotate
120:200109b73e3c 2016-09-06 Fixed potential issues flagged by GCC. File  Diff  Annotate
104:3f48daed532b 2016-08-02 removed "OneWire" from absolute paths File  Diff  Annotate
90:c233d1c265ff 2016-06-17 Moved ROM utility functions outside of the OneWireMaster class. File  Diff  Annotate
86:2ce08ca58b9e 2016-06-15 Updated to match new directory structure. File  Diff  Annotate
82:c11090a32471 2016-06-06 Wrapped remaining bare data members in acessors. File  Diff  Annotate
78:0cbbac7f2016 2016-05-16 Code cleanup. File  Diff  Annotate
77:529edb329ee0 2016-05-16 Added iterators for selecting 1-Wire devices on the bus and added support iterator support to OneWireSlave class. File  Diff  Annotate
76:84e6c4994e29 2016-05-14 Move ROM commands outside of OneWireMaster to increase cohesiveness of the class. Do not use subdivide OneWire namespace since it will likely not provide value on this project. File  Diff  Annotate
75:8b627804927c 2016-05-13 Code cleanup. File  Diff  Annotate
74:23be10c32fa3 2016-05-13 Assimilated indentation and braces. File  Diff  Annotate
73:2cecc1372acc 2016-05-12 Added namespaces. Renamed files and directories for consistency. Use <stdint.h> instead of <cstdint> since it is not supported by C++98. File  Diff  Annotate | base