OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SX6119
(Results
1 - 5
of
5
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/sx6119/
sx6119.h
32
* @brief
SX6119
-based FM Receiver library
33
* @defgroup
sx6119
libupm-
sx6119
38
* @sensor
sx6119
39
* @library
sx6119
41
* @altname
SX6119
FM Receiver
46
* @brief API support for the
SX6119
-based Grove FM Receiver
48
* This class implements support for the
SX6119
FM Receiver. There are
52
* @image html
sx6119
.jpg
53
* @snippet
sx6119
.cxx Interestin
[
all
...]
sx6119.cxx
30
#include "
sx6119
.h"
35
SX6119
::
SX6119
(int powerPin, int seekPin)
58
SX6119
::~
SX6119
()
64
void
SX6119
::togglePower()
73
void
SX6119
::seek()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
sx6119.cxx
28
#include "
sx6119
.h"
35
// Instantiate a
SX6119
on digital pins 2 (power) and 3 (seek)
38
upm::
SX6119
* radio = new upm::
SX6119
(2, 3);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
sx6119.js
29
// Instantiate a
SX6119
on digital pins 2 (power) and 3 (seek)
31
var myFM_receiver_obj = new FM_receiver_lib.
SX6119
(2, 3);
/hardware/bsp/intel/peripheral/libupm/examples/python/
sx6119.py
27
# Instantiate a
SX6119
on digital pins 2 (power) and 3 (seek)
29
myFM_receiver_obj = upmSx6119.
SX6119
(2, 3)
Completed in 1441 milliseconds