Arduinoの入力​補助でwriteDi​gitalPinや設​定した変数が出てこな​い

MATLAB 評価版を使用しているのですが、入力補助がArduinoコードで効かないのが困って
います。  
writeDigitalpinや変数は表示されないのでしょうか? 

Answers (2)

Kei Otsuka
Kei Otsuka on 19 Nov 2018
writeDigitalpinはaruduinoオブジェクトに紐づいたメソッドなので、
通常の関数と同じように入力候補を出そうとしても出てこないです。
a = arduino();
a.
まで入力し、ピリオドの後ろでtabキーを押してみてください。

1 Comment

Megumi Itou
Megumi Itou on 21 Nov 2018
回答をありがとうございます。
まだ試していないのですが、やってみます。

Sign in to comment.

madhan ravi
madhan ravi on 18 Nov 2018

0 votes

1 Comment

Megumi Itou
Megumi Itou on 18 Nov 2018
ありがとうございます。 
コードのヘルプではなく、 何度も入力するので補助が出ないのかなと
期待していたのですが、数式しか出ないようなら仕方ないですね。 
しばらく様子を見ます。 

Sign in to comment.

Categories

Find more on Fuzzy Logic Toolbox in Help Center and File Exchange

Products

Asked:

on 18 Nov 2018

Commented:

on 21 Nov 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!