Not enough input arguments in addon function for arduino UNO.

I am trying to add an lcd object for my arduino uno, and I am getting an error saying not enough input arguments in the addon function. Please can someone help me with this. Thanks

1 comentario

Hello, I am running into the same issue. Were you able to figure it out?

Iniciar sesión para comentar.

Respuestas (1)

I can't test, but I suspect you need to you the following syntax
So the first 2 inputs appear as expected, but the third input may need to be paired with a 'Name'. You can find the 'Name' values listed in the documentation here.
As an example, here is what a call to addon looks like from an example on the linked documentation page. there are two name-value pair inputs (I2CAddress and PWMFrequency).
a = arduino('COM4','Uno','Libraries','Adafruit/MotorShieldV2');
motor = addon(a,'Adafruit/MotorShieldV2','I2CAddress','0x61','PWMFrequency',1200)

Categorías

Más información sobre Instrument Control Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Etiquetas

Preguntada:

el 1 de Mzo. de 2022

Respondida:

el 19 de Abr. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by