I have been working on getting the examples working in the core+photon port of OneWire and DallasTemperature. The port works but the examples are taking a little longer. So far I have “Multiple” and “Alarm” compiling. Note if you want to try and fork these examples you have to add the Particle-OneWire library through the webIDE. That is import both libraries, then fork either “Alarm.ino” or “Multiple.ino” then include Particle-OneWire library. I will try and get the others up and running soon.
To import a library from GitHub:
- Go to the library tab in the WebIDE
- click"Contribute Library"
- paste the link above
- click import (ignore the warning that another user already has a library by this name)
5)Whala