Project - OneWire and DS18B20 for NETMF 4.2

OneWire and DS18B20 for NETMF 4.2

This is an implementation of a simple driver for the DS18B20 temperature sensor using the built-in OneWire implementation found in the 4.2 framework. It also includes a utility class for working with OneWire devices of different families.

I’ve just realized that we have DS18B20 driver/library from 6 different people. What is different/new in your implementation? Just curious.

I think this is the first library that uses native OneWire from 4.2

Ok, I see.

I don’t claim that mine’s the best, or even good, just that it worked for me and is based on the 4.2 support :slight_smile:

I uploaded this in response to this post: http://www.tinyclr.com/forum/topic?id=7297

The more the better! :smiley:

Great!Thanks man!