Updating to DAL rc9 (#388)

* moving to DAL rc9

* updaytd dal.d.ts
This commit is contained in:
Peli de Halleux
2017-04-21 09:04:11 -07:00
committed by GitHub
parent 17c1abe86a
commit 4ec8a62344
2 changed files with 5 additions and 1 deletions

4
libs/core/dal.d.ts vendored
View File

@ -377,6 +377,10 @@ declare const enum DAL {
MICROBIT_PIN_EVT_PULSE_LO = 5,
PIN_CAPABILITY_DIGITAL_IN = 0x01,
PIN_CAPABILITY_DIGITAL_OUT = 0x02,
// built/yt/yotta_modules/microbit-dal/inc/drivers/MicroBitQuadratureDecoder.h
QDEC_USE_SYSTEM_TICK = 0x01,
QDEC_USE_DEBOUNCE = 0x02,
QDEC_LED_ACTIVE_LOW = 0x04,
// built/yt/yotta_modules/microbit-dal/inc/drivers/MicroBitRadio.h
MICROBIT_RADIO_STATUS_INITIALISED = 0x0001,
MICROBIT_RADIO_BASE_ADDRESS = 0x75626974,