1-wire on SC13048?

I wanted to try using some DS18B20 temp sensors with a Flea, but I get a System.NotSupportedException on the 1-wire instantiation. I’m using the tutorial example. The sc20100 has no issue, but the sc13048 does not like it.

Of I remember correctly, only sc26 support one wire

sc13 does not support onewire.

The sc13 definitely does not support it. It fails at instantiation of the 1-wire library. The sc20100 allows the instantiation and tries the code, but it finds nothing. The sc20100 does not fail though. Just fyi for folks trying it out.

When a question like this comes up, the first place I look is the GHI libraries on Github. The code never lies…