This website requires JavaScript.
Explore
Help
Sign In
alexey.zholtikov
/
upm
Watch
1
Star
0
Fork
0
You've already forked upm
mirror of
https://github.com/eclipse/upm.git
synced
2025-03-23 00:47:32 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
upm
/
src
/
sx6119
/
jsupm_sx6119.i
10 lines
98 B
OpenEdge ABL
Raw
Normal View
History
Unescape
Escape
sx6119: Initial implementation 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>
2015-04-07 12:50:56 -06:00
%
m
o
d
u
l
e
j
s
u
p
m
_
s
x
6119
%
i
n
c
l
u
d
e
"../upm.i"
%
{
cpp_headers: Renamed C++ headers from .h -> .hpp To make room for UPM C and C++ sensor code to coexist, all UPM C++ headers have been renamed from h -> hpp. This commit contains updates to documentation, includes, cmake collateral, examples, and swig interface files. * Renamed all cxx/cpp header files which contain the string 'copyright intel' from .h -> .hpp (if not already hpp). * Replaced all references to .h with .hpp in documentation, source files, cmake collateral, example code, and swig interface files. * Replaced cmake variable module_h with module_hpp. * Intentionally left upm.h since this file currently does not contain code (documentation only). Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-04-25 14:27:51 -07:00
#
i
n
c
l
u
d
e
"sx6119.hpp"
sx6119: Initial implementation 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>
2015-04-07 12:50:56 -06:00
%
}
cpp_headers: Renamed C++ headers from .h -> .hpp To make room for UPM C and C++ sensor code to coexist, all UPM C++ headers have been renamed from h -> hpp. This commit contains updates to documentation, includes, cmake collateral, examples, and swig interface files. * Renamed all cxx/cpp header files which contain the string 'copyright intel' from .h -> .hpp (if not already hpp). * Replaced all references to .h with .hpp in documentation, source files, cmake collateral, example code, and swig interface files. * Replaced cmake variable module_h with module_hpp. * Intentionally left upm.h since this file currently does not contain code (documentation only). Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-04-25 14:27:51 -07:00
%
i
n
c
l
u
d
e
"sx6119.hpp"
sx6119: Initial implementation 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>
2015-04-07 12:50:56 -06:00
Reference in New Issue
Copy Permalink