Hi Rob, Thanks for pointing this out. I will change this in my code.
Greetz, Dirk On Thursday, September 20, 2012 11:01:12 AM UTC+2, RobH wrote: > > > Hi Dirk, > > I cannot really help you with the task issue, I have no experience with > tasks under Jal. But I noticed a frequently made mistake! > > > On 20-09-12 00:18, dirk wrote: > > > -- > > PORTA_direction = OUTPUT > > -- > > 'OUTPUT' is a bit constant. So in fact only pin_A0 is set to output > (which happens to be OK in this case, but is pure luck!) > If you want to set all pins of PortA to output then you should use: > > PortA_direction = ALL_OUTPUT > > Regards, Rob. > > -- > R. Hamerling, Netherlands --- http://www.robh.nl > -- You received this message because you are subscribed to the Google Groups "jallib" group. To view this discussion on the web visit https://groups.google.com/d/msg/jallib/-/cHXgRpS4Z2MJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
