You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read the value of the related GPIO port. If succeeded, let port value be the value of the related GPIO port. Otherwise, jump to the step labeled failure below.
GPIOPort.read() の返り値が対応する GPIO ポートの値とだけ定義されているが、それが 0 or 1 のいずれかであるという明確な定義がされていない。
http://browserobo.github.io/WebGPIO/#read
これでは 0/1 以外に 0/255 とか返ってきたり、アナログで 0〜1 あるいは 0〜255 といった範囲の浮動小数点数が返ってきたりしても構わない実装依存になっていて不味いのでは。
write のほうは 0 or 1 でなければならないと定義されている
http://browserobo.github.io/WebGPIO/#write
The text was updated successfully, but these errors were encountered: