This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
[k64f] D5 pin is working abnormally on K64f #990
Open
Description
Description
As input pin, D5 pin can not recognise low voltage as 'false';
Pin | Input Voltage(V) | Read Value |
---|---|---|
D5 | 4.79 | true |
D5 | 0 | null |
D4 | 4.79 | true |
D4 | 0 | false |
As output pin, output voltage is too high on D5 pin.
Pin | Write Value | Output Voltage(V) |
---|---|---|
D5 | true | 3.241 |
D5 | false | 2.457 |
D4 | true | 3.219 |
D4 | false | 1.043 |
Test Code
/samples/tests/GPIOInputs-k64f.js
/samples/tests/GPIOOutputs-k64f.js
Steps to Reproduction
Run test case and D5 no onchange event.
Actual Result
D5 no onchange event on test case.
Expected Result
Work well as GPIO pin.
Test Builds
Branch | Commit Id | Target Device | Test Date | Result |
---|---|---|---|---|
master | f8f9621 | K64f | April 7, 2017 | Fail |