So i'm very excited about the data logging capabilities of the Arduino platform and went out and bought everything I needed to start tinkering. I've done the 1st 5 video tutorials that Jeremy has put out and started tinkering by myself. I've started to try and write from complete memory to help retain everything I'm learning. I wrote the following code just to check connections on my breadboard:
While this is similiar to some of the way the tutorials I've been doing are written, I keep getting "sketch_feb05c.cpp:14:9: error: exponent has no digits" and it highlights "int buttonPin = 8;" I've spent the last hour trying to figure out why it would be doing that with changing where my INTs are declared but it doesn't seem to matter and I've even got rid of the integers and placed the numbers in there and it still errors...
So any pointers are much appreciated, I'm new to this whole electrical engineering thing.