Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
pain/svn/pristine/8a/8a959d827026bcb34493bcf015effbb532730066.svn-base@5:bc128a16232f, 2021-05-02 (annotated)
- Committer:
- darienf
- Date:
- Sun May 02 23:09:04 2021 +0000
- Revision:
- 5:bc128a16232f
- Parent:
- 0:832122ce6748
This is the program that was last used, that has the working temperature and some comments
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| darienf | 0:832122ce6748 | 1 | <?xml version="1.0" encoding="utf-8"?> |
| darienf | 0:832122ce6748 | 2 | <!-- |
| darienf | 0:832122ce6748 | 3 | Copyright (C) 2012 The Android Open Source Project |
| darienf | 0:832122ce6748 | 4 | |
| darienf | 0:832122ce6748 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| darienf | 0:832122ce6748 | 6 | you may not use this file except in compliance with the License. |
| darienf | 0:832122ce6748 | 7 | You may obtain a copy of the License at |
| darienf | 0:832122ce6748 | 8 | |
| darienf | 0:832122ce6748 | 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| darienf | 0:832122ce6748 | 10 | |
| darienf | 0:832122ce6748 | 11 | Unless required by applicable law or agreed to in writing, software |
| darienf | 0:832122ce6748 | 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| darienf | 0:832122ce6748 | 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| darienf | 0:832122ce6748 | 14 | See the License for the specific language governing permissions and |
| darienf | 0:832122ce6748 | 15 | limitations under the License. |
| darienf | 0:832122ce6748 | 16 | --> |
| darienf | 0:832122ce6748 | 17 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| darienf | 0:832122ce6748 | 18 | xmlns:tools="http://schemas.android.com/tools" |
| darienf | 0:832122ce6748 | 19 | package="android.support.v7.appcompat" > |
| darienf | 0:832122ce6748 | 20 | |
| darienf | 0:832122ce6748 | 21 | <uses-sdk |
| darienf | 0:832122ce6748 | 22 | android:minSdkVersion="7" |
| darienf | 0:832122ce6748 | 23 | tools:overrideLibrary="android.support.graphics.drawable.animated" /> |
| darienf | 0:832122ce6748 | 24 | |
| darienf | 0:832122ce6748 | 25 | <application /> |
| darienf | 0:832122ce6748 | 26 | |
| darienf | 0:832122ce6748 | 27 | </manifest> |