add sound support using the on-board speaker
This commit is contained in:
6
libs/core/enums.d.ts
vendored
6
libs/core/enums.d.ts
vendored
@ -264,7 +264,9 @@ declare namespace motors {
|
||||
//P16 = MICROBIT_ID_IO_P16,
|
||||
P19 = 24, // MICROBIT_ID_IO_P19
|
||||
P20 = 25, // MICROBIT_ID_IO_P20
|
||||
P22 = 40, // CALLIOPE_ID_IO_P22
|
||||
P28 = 41, // CALLIOPE_ID_IO_P28
|
||||
P29 = 42, // CALLIOPE_ID_IO_P29
|
||||
P30 = 43, // CALLIOPE_ID_IO_P30
|
||||
}
|
||||
|
||||
|
||||
@ -275,6 +277,8 @@ declare namespace motors {
|
||||
P3 = 10, // MICROBIT_ID_IO_P3
|
||||
P4 = 11, // MICROBIT_ID_IO_P4
|
||||
P10 = 17, // MICROBIT_ID_IO_P10
|
||||
P29 = 42, // CALLIOPE_ID_IO_P29
|
||||
P30 = 43, // CALLIOPE_ID_IO_P30
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user