Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleModbusSlave.h: No such file or directory #40

Open
PinkieParrot opened this issue Oct 29, 2022 · 1 comment
Open

SimpleModbusSlave.h: No such file or directory #40

PinkieParrot opened this issue Oct 29, 2022 · 1 comment

Comments

@PinkieParrot
Copy link

Hi...sorry sir, I want to ask why when compiling I get the error "SimpleModbusSlave.h: No such file or directory"?. Even though I have installed this library into the Arduino IDE on my computer.

@Git-ChrisSc
Copy link

Git-ChrisSc commented Nov 6, 2022

Hi,

you have to chance in the ARDUINO IDE the line with;
#include <SimpleModbusSlave.h>
to
#include "SimpleModbusSlave.h"

Even you have the .ino and the .h in the same folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants