http://wiki.jeelabs.net/p/102
jcw, Sorry for claiming a name in the Jee realm, let me know if you don't like the name.
Any discussion welcome!
This forum has moved to forum.jeelabs.net - this read-only archive is for reference only!
http://wiki.jeelabs.net/p/102
jcw, Sorry for claiming a name in the Jee realm, let me know if you don't like the name.
Any discussion welcome!
Cool - will take a better look soon.
I'm fine with JeeSomeNameByAnyone. Just make sure you clearly mention the origin, in the code as well as when referring to it - so that people don't get confused and start expecting all the answers from me...
Hi,
my 2 cents, the code doesn't work for ports 2 and 4.
I modified ProcessGet() and ProcessSet().
from:
@151
-- if ( pinLastMode portpin {
-- if ( pinAbility portpin {
to
++ if ( pinLastMode + pin ] != In ) {
++ if ( pinAbility + pin ] == Analog ) {
etc etc
The same way on ProcessSet()
Regards
Davide
That what happens if you test the code you write yourself!
Will update this weekend.
Thanks Davide!
Any other suggestions?
One can hardly imagine it worked well without that fix!
Thanks again Davide, uploaded the fix to the wiki section http://wiki.jeelabs.net/p/102