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 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.

Reply via email to