David Menard
David Menard

Reputation: 11

using the C API requires #include <tango-api/public-api.h>

I'm trying to use the Tango C API, but in all the files in the SDK, there are references to #include <tango-api/public-api.h>. I have done some research and cannot find where to get the public tango API or what it is. Shouldn't the SDK include all the required header files?

What is the public API and how do I get it?

Upvotes: 0

Views: 117

Answers (1)

Mark Mullin
Mark Mullin

Reputation: 1340

the header is located at tango-example-c/tango-sdk/include.

Credit for the answer to @JasonGuo - he put the answer on G+ - this is just housekeeping

Upvotes: 1

Related Questions