OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WT5001
(Results
1 - 6
of
6
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
wt5001.cxx
28
#include "
wt5001
.h"
46
// Instantiate a
WT5001
serial MP3 player on uart 0.
49
upm::
WT5001
* mp3 = new upm::
WT5001
(0);
69
mp3->play(upm::
WT5001
::SD, 1);
106
if (mp3->getNumFiles(upm::
WT5001
::SD, &numf))
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
wt5001.cxx
30
#include "
wt5001
.h"
37
WT5001
::
WT5001
(int uart)
69
WT5001
::~
WT5001
()
77
bool
WT5001
::dataAvailable(unsigned int millis)
101
int
WT5001
::readData(char *buffer, int len)
122
int
WT5001
::writeData(char *buffer, int len)
145
bool
WT5001
::setupTty(speed_t baud)
175
bool
WT5001
::checkResponse(WT5001_OPCODE_T opcode
[
all
...]
wt5001.h
52
* @brief
WT5001
Serial MP3 module library
53
* @defgroup
wt5001
libupm-
wt5001
57
* @library
wt5001
58
* @sensor
wt5001
59
* @comname
WT5001
Serial MP3 Module
66
* @brief API for the
WT5001
Serial MP3 Module
68
* UPM support for the
WT5001
Serial MP3 module. This was tested
71
* @image html
wt5001
.jpg
72
* @snippet
wt5001
.cxx Interestin
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/java/
WT5001Sample.java
49
// Instantiate a
WT5001
serial MP3 player on uart 0
50
upm_wt5001.
WT5001
mp3 = new upm_wt5001.
WT5001
(0);
68
mp3.play(upm_wt5001.
WT5001
.WT5001_PLAYSOURCE_T.SD, 1);
99
if (mp3.getNumFiles(upm_wt5001.
WT5001
.WT5001_PLAYSOURCE_T.SD, numf))
/hardware/bsp/intel/peripheral/libupm/examples/python/
wt5001.py
27
# Instantiate a
WT5001
serial MP3 player on uart 0.
29
myMP3Player = upmWt5001.
WT5001
(0)
53
myMP3Player.play(upmWt5001.
WT5001
.SD, 1)
75
myMP3Player.getNumFiles(upmWt5001.
WT5001
.SD, numf)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
wt5001.js
41
// Instantiate a
WT5001
serial MP3 player on uart 0.
44
var myMP3Player = new MP3Player.
WT5001
(0);
63
myMP3Player.play(MP3Player.
WT5001
.SD, 1);
94
myMP3Player.getNumFiles(MP3Player.
WT5001
.SD, numf);
Completed in 459 milliseconds