Activitybot C code for qti sensors won't run
Hi
We are having trouble loading code for qti sensors from the Activitybot C code folder (most recent version). We keep getting this error: simpletools.h: No such file or directory. We are using the most recent version of the Learn folder. Does anyone know how we can fix this?
We are having trouble loading code for qti sensors from the Activitybot C code folder (most recent version). We keep getting this error: simpletools.h: No such file or directory. We are using the most recent version of the Learn folder. Does anyone know how we can fix this?
Comments
thanks
Tom
It's having a problem finding the base include files.
Mike
The first was the ";" after the function name (line 96 in SimpleIDE).
There should not be a semicolon after the function name in the function.
The next was line 30, the line before the switch statement
I think this should be I'm not sure what highpin and lowpin are in your program. I just used 7 and 6 to see if it would compile and it did.
I did not get an error
My version of SimpleIDE is 1.1.0, and I have the 1/23/18 library update.
Hope this helps
Tom