首页 > 解决方案 > How to control GPIO without sysfs/library

问题描述

I am playing with NanoPi NEO Core2 . I installed Ubuntu Core, sysfs is working for GPIO control. But, it seems slow to read/write gpio. I checked WiringNP, but that seems using sysfs system.

Can I control the GPIO pin with C/C++/Assembly language?

标签: c++linuxraspberry-pigpionanopi

解决方案


其他选择可以是JoachimSchurig/CppGPIO


推荐阅读