Hi All,
I installed the Arduino IDE 1.0.1 today and was able to run some basic sketches on the stalker v2 I have, so programming works (with the uartsbee v3.1). However, I cannot get the example code to work (the example mentioned here: seeedstudio.com/wiki/Seeedui … e_Examples).
Whatever I do, it cannot compile and complains that a lot of stuff is not “declared in this scope”. It starts for example withe line in battery.cpp that sets the analogReference(INTERNAL). Compiler complains that INTERNAL is not declared.
I am guessing that I am doing something wrong with the location of the files, but dont know what.
Can somebody tell me where to put the cpp and .h files and the sketch? Mind you that I am using the latest Arduino IDE (the example mentions 0019 instead). And I running this on a Mac, but that seems to make no difference.
Any help is appreciated, because I would love the example to work so I can figure out how to use it for my own datalogging