Hello,
I would like to use the java libraries to test my GrovePi.
I followed the documentation from https://github.com/DexterInd/GrovePi/tree/master/Software/Java
But when and try to compile it, I get the following error:
pi@dex:~/GrovePi/Software/Java $ ./scripts/compile.sh
./src/com/dexterind/grovepi/Grovepi.java:40: error: unreported exception Exception; must be caught or declared to be thrown
instance = new Grovepi();
^
1 error
What I’m doing wrong?
Best regards
Patricio