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.37k stars 613 forks source link

Support for RockPi 4C Plus #1105

Open sim186 opened 1 year ago

sim186 commented 1 year ago

Hi,

I'm trying to use the mraa library (2.2) but when I try to list all the board attached I get this error:

$mraa-gpio list
No Pins

MicrosoftTeams-image (18)

What can I do?

Thanks.