OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tm1637
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
tm1637.js
30
var
tm1637
= require('jsupm_tm1637');
variable
33
var display = new
tm1637
.
TM1637
(0, 1);
62
tm1637
.cleanUp();
63
tm1637
= null;
/hardware/bsp/intel/peripheral/libupm/examples/python/
tm1637.py
24
import pyupm_tm1637 as
tm1637
namespace
32
display =
tm1637
.
TM1637
(0, 1)
Completed in 188 milliseconds