@psdk/cpcl
v0.7.14
Published
psdk - cpcl command sdk
Downloads
43
Readme
@psdk/cpcl
npm i @psdk/cpclHow to use
const cpcl = CPCL.generic(lifecycle);
const reporter = await cpcl
.raw(Raw.binary(new Uint8Array([0x10, 0xff, 0xbf])))
.write({chunkSize: 512});