To controlĀ on the GPIO pins:

This is an example code for accessing the GPIOs on the ClearFog Base/Pro:

#An example for gpio 22

# Export GPIO XX
cd /sys/class/gpio/ 
echo 22 > export 

cd gpio22/ 

# Set GPIO pin Direction
echo out > direction 

# Set the value of an output pin
echo 0 > value