energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
795 stars 671 forks source link

Onewire Energia Library #123

Closed OzGrant closed 11 years ago

OzGrant commented 11 years ago

G'day I’m a Arduino convert, made possible with the Energia IDE. With the Arduino, all one has to do is

include "OneWire.h"

#include "DallasTemperature.h"

And then start using the functions OneWire oneWire(ONE_WIRE_PIN); Etc. Is there a similar Energia library that can be used.

I know there is code around the place to do most functions required to access the one-wire devices, but it deviates from one of the Arduino strengths, where only a simple# include is required.

A Google search finds several solutions if you want to get deep down into the code, but have not seen a reply to the Arduino solution of a simple compatible library.

Does such a energia library exist?

Tks

robertinant commented 11 years ago

There is no OneWire lib for Energia yet (at least as far as I know). There has been chatter about it in the Energia forum. Your best bet would be to post the question in the Energia forum. The forum is here: http://forum.43oh.com/forum/28-energia/