Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Onewire by
Diff: Onewire.cpp
- Revision:
- 3:712bf8967b68
- Parent:
- 2:b7ee49dbd7ef
- Child:
- 4:b678c7c8203c
diff -r b7ee49dbd7ef -r 712bf8967b68 Onewire.cpp --- a/Onewire.cpp Sat Feb 21 17:26:40 2015 +0000 +++ b/Onewire.cpp Sat Feb 21 17:54:33 2015 +0000 @@ -1,3 +1,9 @@ +// Code derived from a number of sources including: +// simonbarker on MBED +// The search code is a port of Jim Studt's Adruino One Wire lib +// Can handle multiple devices per pin +// Rob Dobson, 2015 + #include "Onewire.h" Onewire::Onewire(PinName oneBus):oneBus_(oneBus)
