-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
526e9b4
commit ac0f639
Showing
13 changed files
with
680 additions
and
275 deletions.
There are no files selected for viewing
Git LFS file not shown
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
mobile/src/main/java/com/siliconlabs/bledemo/features/demo/devkitsensor917/APIClient.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
.../main/java/com/siliconlabs/bledemo/features/demo/devkitsensor917/model/sensorsResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.siliconlabs.bledemo.features.demo.devkitsensor917.model | ||
|
||
data class SensorsResponse( | ||
val led: LEDResponse, | ||
val light: AmbientLightResponse, | ||
val temperature: TempResponse, | ||
val accelerometer: AccelerometerGyroScopeResponse, | ||
val gyroscope: AccelerometerGyroScopeResponse, | ||
val humidity: HumidityResponse, | ||
val microphone: MicrophoneResponse | ||
) |
Oops, something went wrong.