mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00

This was tested with the Grove FM Receiver. Unfortunately, there is no documentation on how to control the device using the D1 and D2 pins that Seeed provides. There is a switch on the device that can control all of the elements, power, volume, and seek +/-. The supplied example can turn the device on, and do a seek, but not much else. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
10 lines
94 B
OpenEdge ABL
10 lines
94 B
OpenEdge ABL
%module jsupm_sx6119
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "sx6119.h"
|
|
%}
|
|
|
|
%include "sx6119.h"
|
|
|