UNPKG
@openhps/sphero
Version:
dev (0.1.0-alpha.24)
latest (0.1.10)
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.1.0-alpha.25
0.1.0-alpha.24
0.1.0-alpha.23
0.1.0-alpha.22
0.1.0-alpha.21
0.1.0-alpha.20
0.1.0-alpha.19
0.1.0-alpha.18
0.1.0-alpha.17
0.1.0-alpha.16
0.1.0-alpha.15
0.1.0-alpha.14
0.1.0-alpha.13
0.1.0-alpha.12
0.1.0-alpha.6
0.1.0-alpha.3
Open Hybrid Positioning System - Sphero component
openhps.org
OpenHPS/openhps-sphero
@openhps/sphero
/
lib
/
web
/
dist
/
toys
/
bb9e.d.ts
8 lines
(7 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
IToyAdvertisement
}
from
'./types'
;
import
{
RollableToy
}
from
'./rollable-toy'
;
export
declare
class
BB9E
extends
RollableToy
{
static
advertisement
:
IToyAdvertisement
;
protected
maxVoltage
:
number
;
protected
minVoltage
:
number
; }