how to set preference to arduino ide, what file exactly is it?
Mostrar comentarios más antiguos
trouble folowing these instruction,.
what file is the actual IDE? arduino-0022 does not exist. arduino.exe does not work.
(example from instalation instruction copied below)
a) Specify location of the Arduino IDE
>> arduino.Prefs.setArduinoPath('c:\Program Files\arduino\arduino-0022')
b) Specify Arduino board (Duemilanove, Uno, Mega, etc.)
>> arduino.Prefs.setBoard % see list of board options
>> arduino.Prefs.setBoard('uno') % choose a specific board
my arduino installation directory is: c:\arduino-1.0
target dir is c:\arduinotarget
my matlab comand errors:
>> arduino.Prefs.setArduinoPath('c:\arduino-1.0\arduino-0022') ??? Error using ==> Prefs>Prefs.setArduinoPath at 21 The specified folder (c:\arduino-1.0\arduino-0022) does not exist
2 comentarios
Kaustubha Govind
el 15 de Dic. de 2011
It looks that error is thrown if "exist('c:\arduino-1.0\arduino-0022','dir')" returns false. Are you sure that there is a folder called 'arduino-0022' under c:\arduino-1.0?
Dan Sergison
el 15 de Dic. de 2011
Respuesta aceptada
Más respuestas (1)
Chirag Gupta
el 15 de Dic. de 2011
0 votos
The release before arduino-1.0 was arduino-023 (and before that was arduino-022)
Just set the arduino root folder (under which arduino.exe is present)
Categorías
Más información sobre Arduino Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!