adding bluetooth button service. fix for #106

This commit is contained in:
Peli de Halleux
2016-06-14 13:53:05 -07:00
parent 918d2f1a3a
commit cf0372aeaa
3 changed files with 19 additions and 0 deletions

View File

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