So I have an orange pi zero, cloned the espruino repo, successfully compilled it and it is runing:
root@orangepizero:/home/hygy/Espruino# ./espruino
Interactive mode.
Size of JsVar is now 28 bytes
Size of JsVarRef is now 4 bytes
Added SIGINT hook
Added SIGHUP hook
Added SIGTERM hook
Decompressing to 114688 bytes...
>1+1
=2
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
So I have an orange pi zero, cloned the espruino repo, successfully compilled it and it is runing:
I cloned and compiled wiringOP:
Now how can I access orange pi zero gpio from espruino?