So the 328 is already set up as a target, or would I need to write a target def 
in the world config?

I have circuits already built where one or both of the hardware interrupts are 
being used, often for RF. 

C

> On Sep 2, 2015, at 3:20 AM, Matthias Urlichs <matth...@urlichs.de> wrote:
> 
> Hi,
> 
>> Sounds great. 
>> What are the chances of getting this ported to something like an ATMega328P
> with a selectable bus line? It would open up a lot of possibilities.
> The 328P should not be a problem, simply compile for it.
> 
> You can't do a generically-selectable bus line. You have two lines with a 
> direct interrupt, INT0 and INT1, so compiling for INT1 instead is just a 
> matter 
> of adding a few #ifdef lines to the code.
> 
> Beyond that, you might get away with using the generic pin change interrupt 
> if 
> you make triple sure that no other pin uses it. More #ifdef lines.
> 
> Personally I haven't seen any need for that. Why would you need to use a 
> different pin for 1wire?
> 
> -- 
> -- Matthias Urlichs
> 
> ------------------------------------------------------------------------------
> Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
> Get real-time metrics from all of your servers, apps and tools
> in one place.
> SourceForge users - Click here to start your Free Trial of Datadog now!
> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to