Hi -
New Photon user here. I’ve got a very basic question re: how to the get the weather shield code running. (Just trying to follow the Hookup Guide … I’m using Particle Build).
I’ve created an app (Weather.ino) and included the library (using ‘Include in App’ ). I note the three library files as well as the #include statement in the app. Building and flashing works fine … yet I note no serial output. (CoolTerm is set up fine, confirmed by Serial.println( ) statements in placed in loop() of the app).
My question is this - I note that setup() and loop() in my app are blank. Am I supposed to cut/paste some code here from the library .ino file to get things to run? (No mention of this in the hookup guide). I’ve also tried to ‘Use as Example’ with the library code, but this won’t compile.
I realize this is likely a pretty basic Arduino/libraries sort of question, but it seems like I must be missing something really easy here. Thanks for any help.