Skip to content

Commit bc8eeeb

Browse files
authored
Merge pull request #17 from MKleinSB/patch-6
Update main.ts
2 parents 39dfaa1 + 7948e7e commit bc8eeeb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

main.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,38 @@
1717
*/
1818

1919
enum Channels {
20+
//% block="One"
2021
One = 1,
22+
//% block="Two"
2123
Two = 2,
24+
//% block="Three"
2225
Three = 3,
26+
//% block="Four"
2327
Four = 4,
28+
//% block="Five"
2429
Five = 5,
30+
//% block="Six"
2531
Six = 6,
32+
//% block="Seven"
2633
Seven = 7,
34+
//% block="Eight"
2735
Eight = 8,
36+
//% block="Nine"
2837
Nine = 9
2938

3039
}
3140
enum SpreadingFactors {
41+
//% block="Seven"
3242
Seven = 5,
43+
//% block="Eight"
3344
Eight = 4,
45+
//% block="Nine"
3446
Nine = 3,
47+
//% block="Ten"
3548
Ten = 2,
49+
//% block="Eleven"
3650
Eleven = 1,
51+
//% block="Twelve"
3752
Twelve = 0
3853

3954
}

0 commit comments

Comments
 (0)