robsonj / GrovePi

Windows 10 IoT C# driver library for GrovePi
17 stars 10 forks source link

Unable to use AirQuality Grove sensor #25

Open abhisheksharma0994 opened 8 years ago

abhisheksharma0994 commented 8 years ago

there is no direct method available for accessing airquality grove sensor values in this library especially for C#.

Is there any recommended way to do the same or do we need to implement our own Airquality Interface ?

We are mainly concerned about the C# implementation of the library.

zeroskyx commented 7 years ago

Greetings, the same is true for other devices such as the PIR sensor. The idea would be to have a table here that lists all the possible Grove devices/ sensors and a [YES] or [NO] for the availability in the current .NET SDK...

Best regards -Simon