Is there any way to access the analog reading from Aiquality Sensor in C# . I am working on a c# universal application which uses grove pi Sensors.
I am using this open source library : https://github.com/Seeed-Studio/GrovePiExamples_win10
And I am willing to implement Air Quality Sensor , similar to Temperature interface (https://github.com/Seeed-Studio/GrovePiExamples_win10/blob/master/GrovePi/GrovePi/Sensors/TemperatureAndHumiditySensor.cs) .
What Kind of conversion Formula Do I need to use for interfacing with air quality sensor ?