support for usb in redirect (#1452)

* support for usb in redirect

* regenerated dal.d.ts
This commit is contained in:
Peli de Halleux
2018-10-17 09:50:34 -07:00
committed by GitHub
parent 21677ac79d
commit 5b28d5080a
2 changed files with 24 additions and 5 deletions

View File

@@ -519,6 +519,8 @@ declare namespace led {
P14 = 21, // MICROBIT_ID_IO_P14
P15 = 22, // MICROBIT_ID_IO_P15
P16 = 23, // MICROBIT_ID_IO_P16
USB_TX = 1001,
USB_RX = 1002,
}