We've posted another how-to article in our EmutexLabs Projects section. This time it is about a cool project called wiring-x86.
Wiring-x86 is a Python module that lets you use Arduino like functionality on an Arduino compatible board such as Intel Galileo Gen2. It provides a simple API to talk to the GPIO pins and other peripherals on the board.
The wiring-x86 module is available as a package on PyPI and as source code on GitHub. It has full documentation on ReadTheDocs and it is released under a BSD license.
We hope you like it and find it useful.