vscode Workspace (#1930)

* add vscode workspace

* removed const notation

* updated strings
This commit is contained in:
Peli de Halleux
2019-03-21 04:17:11 -07:00
committed by GitHub
parent 6489163518
commit 4e77e6259c
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const enum PinEvent {
enum PinEvent {
//% block="pulse high"
PulseHigh = DAL.MICROBIT_PIN_EVT_PULSE_HI, // DEVICE_PIN_EVT_PULSE_HI
//% block="pulse low"