So I am a total n00b to the netduino and I am trying to prototype something fun. I bought the netduino plus 2 and one of these bad boys:
https://www.sparkfun.com/products/9695
I got my machine setup and I'm able to do a simple blinking light demo so I know the netduino is basically working. Now I am trying to convert this arduino C code into a comparable netduino app:
https://github.com/s...Q/C code/main.c
I am having a hard time understanding how to convert this into netduino. Could someone help me? I'm not necessarily asking for you to do it all but it would be really nice to get some pointers on how concepts in arduino map to what classes in netdunio.
For example this little function:
I'm sorry if this is too dumb of a question for these forums, I'm just having a tough time so far. Any help would be greatly appreciated, thanks!