Arduinoの入力補助でwriteDigitalPinや設定した変数が出てこない
1 view (last 30 days)
Show older comments
MATLAB 評価版を使用しているのですが、入力補助がArduinoコードで効かないのが困って
います。
writeDigitalpinや変数は表示されないのでしょうか?
0 Comments
Answers (2)
Kei Otsuka
on 19 Nov 2018
writeDigitalpinはaruduinoオブジェクトに紐づいたメソッドなので、
通常の関数と同じように入力候補を出そうとしても出てこないです。
a = arduino();
a.
まで入力し、ピリオドの後ろでtabキーを押してみてください。
See Also
Categories
Find more on Fuzzy Logic Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!