Skip to content

Commit

Permalink
update enums, shims and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Aug 21, 2024
1 parent b604466 commit d8d3570
Show file tree
Hide file tree
Showing 4 changed files with 3,042 additions and 1,916 deletions.
7 changes: 0 additions & 7 deletions libs/core/enums.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,13 +440,9 @@ declare namespace input {


declare const enum DigitalPin {
//% blockIdentity="pins.digitalPin"
P0 = 100, // MICROBIT_ID_IO_P0
//% blockIdentity="pins.digitalPin"
P1 = 101, // MICROBIT_ID_IO_P1
//% blockIdentity="pins.digitalPin"
P2 = 102, // MICROBIT_ID_IO_P2
//% blockIdentity="pins.digitalPin"
P3 = 103, // MICROBIT_ID_IO_P3

C4 = 104, // MICROBIT_ID_IO_P4
Expand Down Expand Up @@ -541,11 +537,8 @@ declare namespace input {


declare const enum AnalogPin {
//% blockIdentity="pins.analogPin"
P0 = 100, // MICROBIT_ID_IO_P0
//% blockIdentity="pins.analogPin"
P1 = 101, // MICROBIT_ID_IO_P1
//% blockIdentity="pins.analogPin"
P2 = 102, // MICROBIT_ID_IO_P2
//% block="P3 (write only)"
P3 = 103, // MICROBIT_ID_IO_P3
Expand Down
2 changes: 1 addition & 1 deletion libs/funk/shims.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ declare namespace radio {
function onDataReceived(body: () => void): void;

/**
* Sets the group id for radio communications. A Calliope mini can only listen to one group ID at any time.
* Sets the group id for radio communications. A micro:bit can only listen to one group ID at any time.
* @param id the group id between ``0`` and ``255``, eg: 1
*/
//% help=radio/set-group
Expand Down
239 changes: 0 additions & 239 deletions libs/radio/targetoverrides.ts

This file was deleted.

Loading

0 comments on commit d8d3570

Please sign in to comment.