@mbj Thank you, I was wondering if that was it. I started trying to convert it but since I haven't slept in 23 hours it made my brains hurt, but at least I know what direction to go now.
TXSpazz
@TXSpazz
0
Reputation
2
Posts
362
Profile views
0
Followers
0
Following
Best posts made by TXSpazz
This user hasn't posted anything yet.
Latest posts made by TXSpazz
-
RE: Video How To - Monitor your Refrigerator
-
RE: Video How To - Monitor your Refrigerator
This is my first sensor so be nice if I'm missing something obvious.
Your sketch has #include <MySensor.h>
In the mysensors library it is MySensors.h with an s
If I change it to #include <MySensors.h> with the s then on the line with MySensor gw; I get the error: 'MySensor' does not have a name type.
I'm trying to figure out how everything works together but can't figure this out.
For reference, my programming background consists of an 8th grade computer class where we learned to make something go from one side of the monitor to the other and yes, it was all green.