I guess, people are busy. I really appreciate any help or even some pointers.
N
Posts made by Ninad Shah
-
RE: Programming C++ - fast-gpio compiled from source not working
-
Programming C++ - fast-gpio compiled from source not working
Hello All,
I have downloaded fast-gpio source from https://github.com/sidwarkd/onion_omega_gpio and compiled it using cross-compiler on NetBeans IDE. I am using lede/staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl/bin/mipsel-openwrt-linux-g++ for compilation.The generated binary works fins on Omega2+, firmware 0.1.10-b160. Mens, it takes input and processes it without crashing, but it doesn't turn on/off LED. I tried GPIO 0, but it is not setting it high.
Can anybody help me to fix this, as I want to develop system in C++.