mbed os with nrf51 internal bandgap enabled to read battery level

Dependents:   BLE_file_test BLE_Blink ExternalEncoder

Committer:
elessair
Date:
Sun Oct 23 15:10:02 2016 +0000
Revision:
0:f269e3021894
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
elessair 0:f269e3021894 1 Apache License
elessair 0:f269e3021894 2 Version 2.0, January 2004
elessair 0:f269e3021894 3 http://www.apache.org/licenses/
elessair 0:f269e3021894 4
elessair 0:f269e3021894 5 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
elessair 0:f269e3021894 6
elessair 0:f269e3021894 7 1. Definitions.
elessair 0:f269e3021894 8
elessair 0:f269e3021894 9 "License" shall mean the terms and conditions for use, reproduction,
elessair 0:f269e3021894 10 and distribution as defined by Sections 1 through 9 of this document.
elessair 0:f269e3021894 11
elessair 0:f269e3021894 12 "Licensor" shall mean the copyright owner or entity authorized by
elessair 0:f269e3021894 13 the copyright owner that is granting the License.
elessair 0:f269e3021894 14
elessair 0:f269e3021894 15 "Legal Entity" shall mean the union of the acting entity and all
elessair 0:f269e3021894 16 other entities that control, are controlled by, or are under common
elessair 0:f269e3021894 17 control with that entity. For the purposes of this definition,
elessair 0:f269e3021894 18 "control" means (i) the power, direct or indirect, to cause the
elessair 0:f269e3021894 19 direction or management of such entity, whether by contract or
elessair 0:f269e3021894 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
elessair 0:f269e3021894 21 outstanding shares, or (iii) beneficial ownership of such entity.
elessair 0:f269e3021894 22
elessair 0:f269e3021894 23 "You" (or "Your") shall mean an individual or Legal Entity
elessair 0:f269e3021894 24 exercising permissions granted by this License.
elessair 0:f269e3021894 25
elessair 0:f269e3021894 26 "Source" form shall mean the preferred form for making modifications,
elessair 0:f269e3021894 27 including but not limited to software source code, documentation
elessair 0:f269e3021894 28 source, and configuration files.
elessair 0:f269e3021894 29
elessair 0:f269e3021894 30 "Object" form shall mean any form resulting from mechanical
elessair 0:f269e3021894 31 transformation or translation of a Source form, including but
elessair 0:f269e3021894 32 not limited to compiled object code, generated documentation,
elessair 0:f269e3021894 33 and conversions to other media types.
elessair 0:f269e3021894 34
elessair 0:f269e3021894 35 "Work" shall mean the work of authorship, whether in Source or
elessair 0:f269e3021894 36 Object form, made available under the License, as indicated by a
elessair 0:f269e3021894 37 copyright notice that is included in or attached to the work
elessair 0:f269e3021894 38 (an example is provided in the Appendix below).
elessair 0:f269e3021894 39
elessair 0:f269e3021894 40 "Derivative Works" shall mean any work, whether in Source or Object
elessair 0:f269e3021894 41 form, that is based on (or derived from) the Work and for which the
elessair 0:f269e3021894 42 editorial revisions, annotations, elaborations, or other modifications
elessair 0:f269e3021894 43 represent, as a whole, an original work of authorship. For the purposes
elessair 0:f269e3021894 44 of this License, Derivative Works shall not include works that remain
elessair 0:f269e3021894 45 separable from, or merely link (or bind by name) to the interfaces of,
elessair 0:f269e3021894 46 the Work and Derivative Works thereof.
elessair 0:f269e3021894 47
elessair 0:f269e3021894 48 "Contribution" shall mean any work of authorship, including
elessair 0:f269e3021894 49 the original version of the Work and any modifications or additions
elessair 0:f269e3021894 50 to that Work or Derivative Works thereof, that is intentionally
elessair 0:f269e3021894 51 submitted to Licensor for inclusion in the Work by the copyright owner
elessair 0:f269e3021894 52 or by an individual or Legal Entity authorized to submit on behalf of
elessair 0:f269e3021894 53 the copyright owner. For the purposes of this definition, "submitted"
elessair 0:f269e3021894 54 means any form of electronic, verbal, or written communication sent
elessair 0:f269e3021894 55 to the Licensor or its representatives, including but not limited to
elessair 0:f269e3021894 56 communication on electronic mailing lists, source code control systems,
elessair 0:f269e3021894 57 and issue tracking systems that are managed by, or on behalf of, the
elessair 0:f269e3021894 58 Licensor for the purpose of discussing and improving the Work, but
elessair 0:f269e3021894 59 excluding communication that is conspicuously marked or otherwise
elessair 0:f269e3021894 60 designated in writing by the copyright owner as "Not a Contribution."
elessair 0:f269e3021894 61
elessair 0:f269e3021894 62 "Contributor" shall mean Licensor and any individual or Legal Entity
elessair 0:f269e3021894 63 on behalf of whom a Contribution has been received by Licensor and
elessair 0:f269e3021894 64 subsequently incorporated within the Work.
elessair 0:f269e3021894 65
elessair 0:f269e3021894 66 2. Grant of Copyright License. Subject to the terms and conditions of
elessair 0:f269e3021894 67 this License, each Contributor hereby grants to You a perpetual,
elessair 0:f269e3021894 68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
elessair 0:f269e3021894 69 copyright license to reproduce, prepare Derivative Works of,
elessair 0:f269e3021894 70 publicly display, publicly perform, sublicense, and distribute the
elessair 0:f269e3021894 71 Work and such Derivative Works in Source or Object form.
elessair 0:f269e3021894 72
elessair 0:f269e3021894 73 3. Grant of Patent License. Subject to the terms and conditions of
elessair 0:f269e3021894 74 this License, each Contributor hereby grants to You a perpetual,
elessair 0:f269e3021894 75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
elessair 0:f269e3021894 76 (except as stated in this section) patent license to make, have made,
elessair 0:f269e3021894 77 use, offer to sell, sell, import, and otherwise transfer the Work,
elessair 0:f269e3021894 78 where such license applies only to those patent claims licensable
elessair 0:f269e3021894 79 by such Contributor that are necessarily infringed by their
elessair 0:f269e3021894 80 Contribution(s) alone or by combination of their Contribution(s)
elessair 0:f269e3021894 81 with the Work to which such Contribution(s) was submitted. If You
elessair 0:f269e3021894 82 institute patent litigation against any entity (including a
elessair 0:f269e3021894 83 cross-claim or counterclaim in a lawsuit) alleging that the Work
elessair 0:f269e3021894 84 or a Contribution incorporated within the Work constitutes direct
elessair 0:f269e3021894 85 or contributory patent infringement, then any patent licenses
elessair 0:f269e3021894 86 granted to You under this License for that Work shall terminate
elessair 0:f269e3021894 87 as of the date such litigation is filed.
elessair 0:f269e3021894 88
elessair 0:f269e3021894 89 4. Redistribution. You may reproduce and distribute copies of the
elessair 0:f269e3021894 90 Work or Derivative Works thereof in any medium, with or without
elessair 0:f269e3021894 91 modifications, and in Source or Object form, provided that You
elessair 0:f269e3021894 92 meet the following conditions:
elessair 0:f269e3021894 93
elessair 0:f269e3021894 94 (a) You must give any other recipients of the Work or
elessair 0:f269e3021894 95 Derivative Works a copy of this License; and
elessair 0:f269e3021894 96
elessair 0:f269e3021894 97 (b) You must cause any modified files to carry prominent notices
elessair 0:f269e3021894 98 stating that You changed the files; and
elessair 0:f269e3021894 99
elessair 0:f269e3021894 100 (c) You must retain, in the Source form of any Derivative Works
elessair 0:f269e3021894 101 that You distribute, all copyright, patent, trademark, and
elessair 0:f269e3021894 102 attribution notices from the Source form of the Work,
elessair 0:f269e3021894 103 excluding those notices that do not pertain to any part of
elessair 0:f269e3021894 104 the Derivative Works; and
elessair 0:f269e3021894 105
elessair 0:f269e3021894 106 (d) If the Work includes a "NOTICE" text file as part of its
elessair 0:f269e3021894 107 distribution, then any Derivative Works that You distribute must
elessair 0:f269e3021894 108 include a readable copy of the attribution notices contained
elessair 0:f269e3021894 109 within such NOTICE file, excluding those notices that do not
elessair 0:f269e3021894 110 pertain to any part of the Derivative Works, in at least one
elessair 0:f269e3021894 111 of the following places: within a NOTICE text file distributed
elessair 0:f269e3021894 112 as part of the Derivative Works; within the Source form or
elessair 0:f269e3021894 113 documentation, if provided along with the Derivative Works; or,
elessair 0:f269e3021894 114 within a display generated by the Derivative Works, if and
elessair 0:f269e3021894 115 wherever such third-party notices normally appear. The contents
elessair 0:f269e3021894 116 of the NOTICE file are for informational purposes only and
elessair 0:f269e3021894 117 do not modify the License. You may add Your own attribution
elessair 0:f269e3021894 118 notices within Derivative Works that You distribute, alongside
elessair 0:f269e3021894 119 or as an addendum to the NOTICE text from the Work, provided
elessair 0:f269e3021894 120 that such additional attribution notices cannot be construed
elessair 0:f269e3021894 121 as modifying the License.
elessair 0:f269e3021894 122
elessair 0:f269e3021894 123 You may add Your own copyright statement to Your modifications and
elessair 0:f269e3021894 124 may provide additional or different license terms and conditions
elessair 0:f269e3021894 125 for use, reproduction, or distribution of Your modifications, or
elessair 0:f269e3021894 126 for any such Derivative Works as a whole, provided Your use,
elessair 0:f269e3021894 127 reproduction, and distribution of the Work otherwise complies with
elessair 0:f269e3021894 128 the conditions stated in this License.
elessair 0:f269e3021894 129
elessair 0:f269e3021894 130 5. Submission of Contributions. Unless You explicitly state otherwise,
elessair 0:f269e3021894 131 any Contribution intentionally submitted for inclusion in the Work
elessair 0:f269e3021894 132 by You to the Licensor shall be under the terms and conditions of
elessair 0:f269e3021894 133 this License, without any additional terms or conditions.
elessair 0:f269e3021894 134 Notwithstanding the above, nothing herein shall supersede or modify
elessair 0:f269e3021894 135 the terms of any separate license agreement you may have executed
elessair 0:f269e3021894 136 with Licensor regarding such Contributions.
elessair 0:f269e3021894 137
elessair 0:f269e3021894 138 6. Trademarks. This License does not grant permission to use the trade
elessair 0:f269e3021894 139 names, trademarks, service marks, or product names of the Licensor,
elessair 0:f269e3021894 140 except as required for reasonable and customary use in describing the
elessair 0:f269e3021894 141 origin of the Work and reproducing the content of the NOTICE file.
elessair 0:f269e3021894 142
elessair 0:f269e3021894 143 7. Disclaimer of Warranty. Unless required by applicable law or
elessair 0:f269e3021894 144 agreed to in writing, Licensor provides the Work (and each
elessair 0:f269e3021894 145 Contributor provides its Contributions) on an "AS IS" BASIS,
elessair 0:f269e3021894 146 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
elessair 0:f269e3021894 147 implied, including, without limitation, any warranties or conditions
elessair 0:f269e3021894 148 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
elessair 0:f269e3021894 149 PARTICULAR PURPOSE. You are solely responsible for determining the
elessair 0:f269e3021894 150 appropriateness of using or redistributing the Work and assume any
elessair 0:f269e3021894 151 risks associated with Your exercise of permissions under this License.
elessair 0:f269e3021894 152
elessair 0:f269e3021894 153 8. Limitation of Liability. In no event and under no legal theory,
elessair 0:f269e3021894 154 whether in tort (including negligence), contract, or otherwise,
elessair 0:f269e3021894 155 unless required by applicable law (such as deliberate and grossly
elessair 0:f269e3021894 156 negligent acts) or agreed to in writing, shall any Contributor be
elessair 0:f269e3021894 157 liable to You for damages, including any direct, indirect, special,
elessair 0:f269e3021894 158 incidental, or consequential damages of any character arising as a
elessair 0:f269e3021894 159 result of this License or out of the use or inability to use the
elessair 0:f269e3021894 160 Work (including but not limited to damages for loss of goodwill,
elessair 0:f269e3021894 161 work stoppage, computer failure or malfunction, or any and all
elessair 0:f269e3021894 162 other commercial damages or losses), even if such Contributor
elessair 0:f269e3021894 163 has been advised of the possibility of such damages.
elessair 0:f269e3021894 164
elessair 0:f269e3021894 165 9. Accepting Warranty or Additional Liability. While redistributing
elessair 0:f269e3021894 166 the Work or Derivative Works thereof, You may choose to offer,
elessair 0:f269e3021894 167 and charge a fee for, acceptance of support, warranty, indemnity,
elessair 0:f269e3021894 168 or other liability obligations and/or rights consistent with this
elessair 0:f269e3021894 169 License. However, in accepting such obligations, You may act only
elessair 0:f269e3021894 170 on Your own behalf and on Your sole responsibility, not on behalf
elessair 0:f269e3021894 171 of any other Contributor, and only if You agree to indemnify,
elessair 0:f269e3021894 172 defend, and hold each Contributor harmless for any liability
elessair 0:f269e3021894 173 incurred by, or claims asserted against, such Contributor by reason
elessair 0:f269e3021894 174 of your accepting any such warranty or additional liability.
elessair 0:f269e3021894 175
elessair 0:f269e3021894 176 END OF TERMS AND CONDITIONS
elessair 0:f269e3021894 177
elessair 0:f269e3021894 178 APPENDIX: How to apply the Apache License to your work.
elessair 0:f269e3021894 179
elessair 0:f269e3021894 180 To apply the Apache License to your work, attach the following
elessair 0:f269e3021894 181 boilerplate notice, with the fields enclosed by brackets "{}"
elessair 0:f269e3021894 182 replaced with your own identifying information. (Don't include
elessair 0:f269e3021894 183 the brackets!) The text should be enclosed in the appropriate
elessair 0:f269e3021894 184 comment syntax for the file format. We also recommend that a
elessair 0:f269e3021894 185 file or class name and description of purpose be included on the
elessair 0:f269e3021894 186 same "printed page" as the copyright notice for easier
elessair 0:f269e3021894 187 identification within third-party archives.
elessair 0:f269e3021894 188
elessair 0:f269e3021894 189 Copyright {yyyy} {name of copyright owner}
elessair 0:f269e3021894 190
elessair 0:f269e3021894 191 Licensed under the Apache License, Version 2.0 (the "License");
elessair 0:f269e3021894 192 you may not use this file except in compliance with the License.
elessair 0:f269e3021894 193 You may obtain a copy of the License at
elessair 0:f269e3021894 194
elessair 0:f269e3021894 195 http://www.apache.org/licenses/LICENSE-2.0
elessair 0:f269e3021894 196
elessair 0:f269e3021894 197 Unless required by applicable law or agreed to in writing, software
elessair 0:f269e3021894 198 distributed under the License is distributed on an "AS IS" BASIS,
elessair 0:f269e3021894 199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
elessair 0:f269e3021894 200 See the License for the specific language governing permissions and
elessair 0:f269e3021894 201 limitations under the License.