eclipse / mraa

Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
http://mraa.io
MIT License
1.36k stars 613 forks source link

Using Linkit Smart 7688 Duo with mraa library #1039

Open maykon-map opened 3 years ago

maykon-map commented 3 years ago

Hi, I saw in the mraa page that this library can be used with Linkit duo (http://iotdk.intel.com/docs/master/mraa/linkit_7688.html) but the pinout is diferent between Linkit Smart 7688 and Linkit Smart 7688 Duo and they doesn´t inform in this page about it. So my question is how can i access the Linkit Smart 7688 pins’ with the mraa library? I’ve used the mraa library with Linkit Smart 7688 in a previous project. However, due to availability problems, we plan to adapt this project to Linkit Duo. Can someone help me?

novski commented 3 years ago

as you can see on the pinout of Linkit Smart 7688 Duo the only Pinout connected to the MT7688 Chip is UART2 and GPIO 20/21 so the usage is very limited. I think that's why it is not supported and not listed.