It’s the first time I write here loocking for help…I’ve started only by a few weeks with arduino…
I’m trying to realize the code for an arduino quadricopter…I already realized the library but I’ve encountered a few problem…
here the console errors:
Drone:6: error: new types may not be defined in a return type
Drone.ino:6: note: (perhaps a semicolon is missing after the definition of ‘Quadricopter’)
Drone:6: error: two or more data types in declaration of ‘setup’
Drone.ino: In function ‘void loop()’:
Drone:21: error: switch quantity not an integer
except for the last error (the one on line 21) I can’t understand what is wrong…
thanks for any help you can give me, and sorry for english error I can have made…