I have been trying to get Matlab and Arduino IDE to communicate and send text to an LCD screen for about three days. I have hit this road block. I have moved it to a folder in desktop labeled IDE with so it has no other pathways. I tried looking up the error but couldn't find anything specific.
The MATLAB instructions for this setup directly tell you to put this file in a long list of pathways a couple of which start with +, could that be an issue?
Here is the error code C:\Users\thepa\Documents\MATLAB\Examples\R2024b\arduinoio\ConnectArduinoToLCDExample\SDKExampleLCD+arduinoioaddons+ExampleLCD\src\LCDAddon.h\LCDAddon.h\LCDAddon.h.ino:1:10: fatal error: LibraryBase.h: No such file or directory #include "LibraryBase.h"
^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: LibraryBase.h: No such file or directory
You just need to install the library, but first fix that path with all the + signs. Somebody was pulling your leg.
I can't find that library, post your code in code tags after doing a Tools/Autoformat. Also turn on verbose and post the entire error log in code tags.
Where did you get the code?
I've tried searching for the library but haven't found anything by that name
I'm not sure how to put my code into code tags
I got the code from MathWorks. This is the link Create LCD Add-on
FQBN: arduino:avr:uno
Using board 'uno' from platform in folder: C:\Users\thepa\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Using core 'arduino' from platform in folder: C:\Users\thepa\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6