Use arduino library in nanoFramework?

1.1k Views Asked by At

is it somehow possible to use an arduino library in nanoFramework? I really want to use nanoFramework but for this I need the OneWire library from arduino due to actually it is not possible to define the pin number in one wire controller in nanoFramework. Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

The only way to do that is to use the Interop features of .NET #nanoFramework. See the blog post with the explanations here.