Cloudshield - Noob to Arduino
Hi Twine Community.
I'm a noob to Ardunio, and just got my cloudshield. I'm trying to get set up with the arudino code, but when I try to upload TwineCloudSensor, I'm getting a 'Twine' does not have a name type error.
It looks like the .ino is picking up the ancillary Twine.h etc. files, but it can't seem to make a new instance of Twine.
Any idea what's going on? Quick fix?
Answers
It sounds like the issue is that library isn't properly loaded. Read this and install the Twine library using these instructions:
http://arduino.cc/en/Guide/Libraries
If that doesn't fix it, the issue is likely related to the Arduino software program, so you might want to check out the Arduino forums for some guidance.