PinCapture - which assembly?

I have created an application with the Cerbuino Bee and trying to add some code from Codeshare to read a DHT22 and the PinCapture definition can’t be found.

A search of the web shows this as in GHIElectronics.NETMF.Hardware but this does not exist in the 4.2 build as far as I can see.

Unfortunately I can’t see any way to search through the references to find it (that would be a handy too)

Anyone care to point me to the right one, short of me adding each on in turn until I do find it :slight_smile:

Cerbuino Bee is OSWH hardware and don’t have PinCapture. Even if you found correct assembly (I think it is GHI.Premium or something like that), you will not be able to use it.
I just created RLPLite driver for DHT22 which work on Cerb family and it is available here: https://www.ghielectronics.com/community/codeshare/entry/832
If you need any help please let me know.

In 4.2 PinCapture was renamed to SignalCapture. https://www.ghielectronics.com/downloads/man/Library_Documentation_v4.2/Premium/Index.html

Thanks for the information and the code. I have integrated it into my application and will give it a try just shortly. Got to wire it up now and test!! :slight_smile: