1

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

opitzh
  • 325
  • 1
  • 2
  • 8

1 Answers1

0

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

José Simões
  • 606
  • 1
  • 5
  • 12