MicroBit clock based on DS3231

Dependencies:   ds3231 microbit

Committer:
daw9000
Date:
Fri Jul 22 16:30:22 2016 +0000
Revision:
0:1072edc2281c
General app for temperature with offset adjustment also can display heading and acceleration (microbit examples). Adjust screen brightness

Who changed what in which revision?

UserRevisionLine numberNew contents of line
daw9000 0:1072edc2281c 1 The MIT License (MIT)
daw9000 0:1072edc2281c 2
daw9000 0:1072edc2281c 3 Copyright (c) 2016 British Broadcasting Corporation.
daw9000 0:1072edc2281c 4 This software is provided by Lancaster University by arrangement with the BBC.
daw9000 0:1072edc2281c 5
daw9000 0:1072edc2281c 6 Permission is hereby granted, free of charge, to any person obtaining a
daw9000 0:1072edc2281c 7 copy of this software and associated documentation files (the "Software"),
daw9000 0:1072edc2281c 8 to deal in the Software without restriction, including without limitation
daw9000 0:1072edc2281c 9 the rights to use, copy, modify, merge, publish, distribute, sublicense,
daw9000 0:1072edc2281c 10 and/or sell copies of the Software, and to permit persons to whom the
daw9000 0:1072edc2281c 11 Software is furnished to do so, subject to the following conditions:
daw9000 0:1072edc2281c 12
daw9000 0:1072edc2281c 13 The above copyright notice and this permission notice shall be included in
daw9000 0:1072edc2281c 14 all copies or substantial portions of the Software.
daw9000 0:1072edc2281c 15
daw9000 0:1072edc2281c 16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
daw9000 0:1072edc2281c 17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
daw9000 0:1072edc2281c 18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
daw9000 0:1072edc2281c 19 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
daw9000 0:1072edc2281c 20 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
daw9000 0:1072edc2281c 21 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
daw9000 0:1072edc2281c 22 DEALINGS IN THE SOFTWARE.