orgua / OneWireHub

OneWire slave device emulator
GNU General Public License v3.0
343 stars 86 forks source link

Does DS2431 support skip command? #92

Closed x225am closed 3 years ago

x225am commented 3 years ago

I checked DS2431.cpp and looks like there are no support for SKIP ROM [CCh] and for READ ROM [33h] commands. Is anyone have implemented it?

orgua commented 3 years ago

These are general Onewire-Functions, essential for basic operations - so they are in the base class. Have a look at https://github.com/orgua/OneWireHub/blob/master/src/OneWireHub.cpp#L480

The projects readme.md also states this under "features", third entry in
https://github.com/orgua/OneWireHub/blob/master/README.md