bump pxt 5.32.10 (#2586)

* bump pxt

* updated shims
This commit is contained in:
Peli de Halleux
2020-01-24 21:03:28 -08:00
committed by GitHub
parent 737aa048c4
commit 7adbb12a0f
5 changed files with 27 additions and 3 deletions

View File

@ -894,6 +894,12 @@ declare interface Buffer {
//% shim=BufferMethods::getUint8
getUint8(off: int32): int32;
/**
* Returns false when the buffer can be written to.
*/
//% shim=BufferMethods::isReadOnly
isReadOnly(): boolean;
/**
* Writes an unsigned byte at a particular location
*/