Welcome to the Robolink Community forum!
CoDrone library errors.
-
H!
Recently got my codrone followed the install instructions (arduino 1.8.5) and installed the latest libraries. I have only tried to run the following code:
*****#include <CoDrone.h>
void setup() {
CoDrone.begin(115200);
CoDrone.AutoConnect(NearbyDrone);
}void loop() {
// put your main code here, to run repeatedly:
}*****Using the latest 2.2 code library there are missing ; (line 888 CoDrone_send.cpp) and invalid function declarations.
Using older code libraries I continually get this error.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xcd
I have spent the last hour trying different combinations of board files and library with no success.
What am I doing wrong? -
@GSCC Hi, just letting you know I responded to your previous post about the same issue. Let's schedule a call to figure out the issues you're facing.