oci-pronghorn / FogLight

Adapter stages for various IoT devices. Provides GPIO, I2C, PWM etc.
15 stars 9 forks source link

Add support for RaspberryPi Serial and GrovePi+ Serial #9

Open nathantippy opened 8 years ago

nathantippy commented 8 years ago

USART Serial twigs support must be added to recognize the type of the object. Based on Pi or Grove connection (declared when added to hardware) the right internal pipes are built. In a similar way to I2C the specific twig must contain the encode/decode logic for specific devices.