We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d66b00 commit 1701168Copy full SHA for 1701168
README.md
@@ -9,7 +9,7 @@ Web Components library for micro:bit
9
10
## Actions
11
- [x] Connect/Disconnect
12
-- [ ] Calibrate Compass
+- [x] Calibrate Compass
13
14
## Device Information
15
- [x] Name
src/components/microbit-calibrate.tsx
@@ -28,11 +28,9 @@ export class MicrobitCalibrate {
28
}
29
30
private async calibrate() {
31
- /*
32
if (this.services.magnetometerService) {
33
- this.services.magnetometerService.
+ await this.services.magnetometerService.calibrate();
34
35
- */
36
37
38
0 commit comments