More work on thesis report
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1168270444
commit
bb50116cbe
13 changed files with 179 additions and 131 deletions
|
@ -101,6 +101,14 @@
|
|||
urldate = "2022-01-04"
|
||||
}
|
||||
|
||||
@online {AndroidSensorMonitor,
|
||||
author = {{Android Open Source Project}},
|
||||
title = {{Monitoring Sensor Events}},
|
||||
url = "https://developer.android.com/guide/topics/sensors/sensors_overview.html#sensors-monitor",
|
||||
year = 2022,
|
||||
urldate = "2022-01-11"
|
||||
}
|
||||
|
||||
@online {crcGuide,
|
||||
author = "Ross N. Williams",
|
||||
title = {{A Painless Guide to CRC Error Detection Algorithms}},
|
||||
|
@ -172,3 +180,25 @@
|
|||
year = 2020,
|
||||
urldate = "2022-01-10",
|
||||
}
|
||||
|
||||
@online{stress,
|
||||
author = "Amos Waterland",
|
||||
title = {{stress(1)}},
|
||||
url = "https://man.archlinux.org/man/community/stress/stress.1.en",
|
||||
year = 2021,
|
||||
urldate = "2022-01-11",
|
||||
}
|
||||
|
||||
@online{thermalThrottling,
|
||||
author = "Tim Brookes",
|
||||
title = {{What Is Thermal Throttling?}},
|
||||
url = "https://www.howtogeek.com/739732/what-is-thermal-throttling/",
|
||||
year = 2021,
|
||||
urldate = "2022-01-11",
|
||||
}
|
||||
|
||||
@online{androidStudio,
|
||||
title = {{Android Studio}},
|
||||
url = "https://developer.android.com/studio",
|
||||
urldate = "2022-01-11",
|
||||
}
|
||||
|
|
Reference in a new issue