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
/
commands
/
decoder.d.ts
6 lines
(5 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ICommandWithRaw
}
from
'./types'
;
export
declare
function
number
(
buffer
:
number
[],
offset
:
number
):
number
;
export
declare
function
factory
(
callback
: (err:
string
, response?: ICommandWithRaw) =>
void
): {
add
(
byte
:
number
):
number
|
void
; };