Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: ENERGIA, CC2650, CC2640
Tool/software: Code Composer Studio
I would like to read data from a CO2 sensor (CCS811). Currently I've written a few of my own functions to read the data in the main .c file which works.
However, I would like to know if it is possible to use the CCS811 library files (.cpp and .h) provided by Adafruit?
And if so, what are the steps needed to be able to use the C++ library files with my C code?
Thank you.