LightWare-Optoelectronics/LW20-Api

Arduino Library troubles

Closed this issue · 1 comments

I've tried every combination of installing libraries I can think of, and using the quotation marks and <> for including libraries, but I'm getting loads of errors when I try to compile the example file using the Arduino IDE 1.8.5, such as:

TACC_v1:17: error: 'class LW20' has no member named 'getProductName'

I've tried searching in the two header files but they don't contain the getProductName function?

I'm sure it's obvious, but I can't see it. What is the correct method starting from scratch to install libraries and run the example code?

More details in the attached photo
capture

I fixed this by putting all libraries in the .ino sketch directory, rookie error.