support for bluetooth accelerometer service. fix for #105

This commit is contained in:
Peli de Halleux
2016-06-14 13:47:18 -07:00
parent c1a6c1c66a
commit 918d2f1a3a
3 changed files with 27 additions and 8 deletions

View File

@ -627,6 +627,9 @@ namespace pxsim.bluetooth {
export function startMagnetometerService(): void {
// TODO
}
export function startAccelerometerService(): void {
// TODO
}
}
namespace pxsim.images {