OK - the example is appreciated - now all my brackets seem to be closed, according to the IDE.
Now, when I compile, I get this:
expected primary-expression before '}' token
sparkfun_porter_mashup_2_100212.cpp: In function 'void loop()':
sparkfun_porter_mashup_2_100212:30: error: expected primary-expression before '}' token
sparkfun_porter_mashup_2_100212:30: error: expected `;' before '}' token
sparkfun_porter_mashup_2_100212.cpp: At global scope:
sparkfun_porter_mashup_2_100212:31: error: expected unqualified-id before '{' token
Is that still an indication of a bracket problem? I googled the error and I get a lot of info about C++ programming.
Thanks.