grovescam: Initial implementation

This module was developed on the Grove Serial Camera.  It connects to
the UART and runs at 115200 baud.  It was developed based on the Seeed
Studio Arduino sketch, as there appears to be no protocol
documentation available.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson
2015-05-28 13:21:51 -06:00
committed by Mihai Tudor Panu
parent 89c9239798
commit fcf2b9c6aa
9 changed files with 904 additions and 0 deletions

View File

@ -0,0 +1,9 @@
%module pyupm_grovescam
%include "../upm.i"
%feature("autodoc", "3");
%{
#include "grovescam.h"
%}
%include "grovescam.h"