Arduinoの入力補助でwriteDigitalPinや設定した変数が出てこない
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MATLAB 評価版を使用しているのですが、入力補助がArduinoコードで効かないのが困って
います。
writeDigitalpinや変数は表示されないのでしょうか?
0 commentaires
Réponses (2)
Kei Otsuka
le 19 Nov 2018
writeDigitalpinはaruduinoオブジェクトに紐づいたメソッドなので、
通常の関数と同じように入力候補を出そうとしても出てこないです。
a = arduino();
a.
まで入力し、ピリオドの後ろでtabキーを押してみてください。
Voir également
Catégories
En savoir plus sur Fuzzy Logic Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!