mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
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
9
src/grovescam/pyupm_grovescam.i
Normal file
9
src/grovescam/pyupm_grovescam.i
Normal file
@ -0,0 +1,9 @@
|
||||
%module pyupm_grovescam
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%{
|
||||
#include "grovescam.h"
|
||||
%}
|
||||
%include "grovescam.h"
|
Reference in New Issue
Block a user