support for magnetometer service. fix for #112

This commit is contained in:
Peli de Halleux
2016-06-14 13:39:24 -07:00
parent 7a2c4f0056
commit c1a6c1c66a
3 changed files with 19 additions and 0 deletions

View File

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