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:
committed by
Mihai Tudor Panu
parent
89c9239798
commit
fcf2b9c6aa
8
src/grovescam/jsupm_grovescam.i
Normal file
8
src/grovescam/jsupm_grovescam.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module jsupm_grovescam
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "grovescam.h"
|
||||
%}
|
||||
|
||||
%include "grovescam.h"
|
||||
Reference in New Issue
Block a user