empierre / arduino-mysensors-contribs

arduino scripts for MySensors IoT
http://www.mysensors.org
191 stars 115 forks source link

MySensor.h where is it? #32

Open Ricardosgeral opened 6 years ago

Ricardosgeral commented 6 years ago

Hi all I'm trying to read an MQ131 but i have an error (missing library)

Where do i get this library

include

I only found in MySensors library a file named "MySensors.h" with an s at the end.

thanks

empierre commented 6 years ago

Hello,

it is a communication library for Arduino and alike, see here: https://www.mysensors.org/

Ricardosgeral commented 6 years ago

yes i suspected, but even so there is no "MySensor.h" but a "MySensors.h"

So a bug in this code?

empierre commented 6 years ago

maybe an old lib reference for I didn't implemented above 1.4 yet.