問題タブ [firmata]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - pyfirmata2 を使用して INPUT_PULLUP を使用する方法
Arduino IDE (C++ プログラミング言語) ではpinMode(button, INPUT_PULLUP)
、抵抗器の使用を避けるために使用できますが、ここでは Arduino マイクロコントローラーを使用してStandardFirmata
その内部で実行しています。次に python とライブラリを使用していますが、pyfirmata
を呼び出す方法がわかりません。INPUT_PULLUP
出力が true と false になるようにプログラムします。