MySensor.h error
-
Hi Everybody,
What's wrong with this library? I'am trying everything (replacing the IDE, the library, type of board, etc) without success.
Could any one help me?
Thank you very much!
Nicolas**Arduino:1.6.9 (Windows 10), Tarjeta:"Arduino/Genuino Uno"
C:\Users\Nicolás RodrÃguez To\Documents\Arduino\IrrigationController\IrrigationController.ino:88:22: fatal error: MySensor.h: No such file or directory
compilation terminated.
exit status 1
Error compilación en tarjeta Arduino/Genuino Uno.Este reporte podría tener más información con
"Mostrar salida detallada durante la compilación"
opción habilitada en Archivo -> Preferencias.** -
Hi Everybody,
What's wrong with this library? I'am trying everything (replacing the IDE, the library, type of board, etc) without success.
Could any one help me?
Thank you very much!
Nicolas**Arduino:1.6.9 (Windows 10), Tarjeta:"Arduino/Genuino Uno"
C:\Users\Nicolás RodrÃguez To\Documents\Arduino\IrrigationController\IrrigationController.ino:88:22: fatal error: MySensor.h: No such file or directory
compilation terminated.
exit status 1
Error compilación en tarjeta Arduino/Genuino Uno.Este reporte podría tener más información con
"Mostrar salida detallada durante la compilación"
opción habilitada en Archivo -> Preferencias.**@nicorodri I ran into the same problem today, when I tried to compile the sketch in the API documentation. There might be a bug in that sketch. It's saying:
#include <MySensor.h>Which should be:
#include <MySensors.h>At least it got it working for me. Maybe @hek is able to verify the bug and adjust the example sketch stated here https://www.mysensors.org/download/sensor_api_20
-
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login