In the Capacitive Sensor addon, can I use an analog pin on the Arduino board as the ‘sendPin’ or ‘receivePin’?

4 views (last 30 days)
In the Capacitive Sensor addon, can I use an analog pin on the Arduino board as the ‘sendPin’ or ‘receivePin’?

Answers (1)

MathWorks MATLAB Hardware Team
This depends on the Arduino board. In some boards like the Leonardo, you cannot use an analog pin as a digital pin. To check if an analog pin can be used as a digital pin, use the isTerminalDigital command.

Categories

Find more on Arduino Hardware 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!