I just noticed a problem with the http://pinmux.tking.org/p9.html tool. The 
p9.html page incorrectly flips the "input enabled" bit. This is confirmed 
by looking at the javascript.

The index.html (p8) javascript has this:
if (document.getElementById("inputEnabled").checked){ decPinmux += 32; }
The p9.html javascript has this:
if (document.getElementById("inputEnabled").checked == false){ decPinmux += 
32;
}

I'm attempting to get in touch with the developer to have this fixed.

On Thursday, October 10, 2013 1:14:28 AM UTC-5, Giuseppe Iellamo wrote:
>
> But this tool is for BBW or BBB?
>
> Il giorno lunedì 19 agosto 2013 15:39:48 UTC+2, Rafael Fiebig-Bindner ha 
> scritto:
>>
>> Hi,
>>
>> I just found this tool: http://pinmux.tking.org/p9.html
>> It does the same thing, but is a lot easier to use.
>>
>> Best regards
>> Rafael
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to