Tilt support in breadboard + display of accelerometer values (#1379)

* remove disable tilt option

* allow tilting when breadboard is up (music speakers)

* display acceleration

* only showing acc values if read
This commit is contained in:
Peli de Halleux
2018-10-11 13:25:52 -07:00
committed by GitHub
parent 50f29d278a
commit 37404acbcc
3 changed files with 71 additions and 21 deletions

View File

@ -3,7 +3,6 @@ namespace pxsim.visuals {
return new visuals.MicrobitBoardSvg({
runtime: runtime,
theme: visuals.randomTheme(opts.highContrast),
disableTilt: false,
wireframe: opts.wireframe
});
}