Mouse code for the MacroRat

Dependencies:   ITG3200 QEI

Committer:
sahilmgandhi
Date:
Sat Jun 03 00:22:44 2017 +0000
Revision:
46:b156ef445742
Parent:
18:6a4db94011d3
Final code for internal battlebot competition.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sahilmgandhi 18:6a4db94011d3 1 Permissive Binary License
sahilmgandhi 18:6a4db94011d3 2
sahilmgandhi 18:6a4db94011d3 3 Version 1.0, September 2015
sahilmgandhi 18:6a4db94011d3 4
sahilmgandhi 18:6a4db94011d3 5 Redistribution. Redistribution and use in binary form, without
sahilmgandhi 18:6a4db94011d3 6 modification, are permitted provided that the following conditions are
sahilmgandhi 18:6a4db94011d3 7 met:
sahilmgandhi 18:6a4db94011d3 8
sahilmgandhi 18:6a4db94011d3 9 1) Redistributions must reproduce the above copyright notice and the
sahilmgandhi 18:6a4db94011d3 10 following disclaimer in the documentation and/or other materials
sahilmgandhi 18:6a4db94011d3 11 provided with the distribution.
sahilmgandhi 18:6a4db94011d3 12
sahilmgandhi 18:6a4db94011d3 13 2) Unless to the extent explicitly permitted by law, no reverse
sahilmgandhi 18:6a4db94011d3 14 engineering, decompilation, or disassembly of this software is
sahilmgandhi 18:6a4db94011d3 15 permitted.
sahilmgandhi 18:6a4db94011d3 16
sahilmgandhi 18:6a4db94011d3 17 3) Redistribution as part of a software development kit must include the
sahilmgandhi 18:6a4db94011d3 18 accompanying file named “DEPENDENCIES” and any dependencies listed in
sahilmgandhi 18:6a4db94011d3 19 that file.
sahilmgandhi 18:6a4db94011d3 20
sahilmgandhi 18:6a4db94011d3 21 4) Neither the name of the copyright holder nor the names of its
sahilmgandhi 18:6a4db94011d3 22 contributors may be used to endorse or promote products derived from
sahilmgandhi 18:6a4db94011d3 23 this software without specific prior written permission.
sahilmgandhi 18:6a4db94011d3 24
sahilmgandhi 18:6a4db94011d3 25 Limited patent license. The copyright holders (and contributors) grant a
sahilmgandhi 18:6a4db94011d3 26 worldwide, non-exclusive, no-charge, royalty-free patent license to
sahilmgandhi 18:6a4db94011d3 27 make, have made, use, offer to sell, sell, import, and otherwise
sahilmgandhi 18:6a4db94011d3 28 transfer this software, where such license applies only to those patent
sahilmgandhi 18:6a4db94011d3 29 claims licensable by the copyright holders (and contributors) that are
sahilmgandhi 18:6a4db94011d3 30 necessarily infringed by this software. This patent license shall not
sahilmgandhi 18:6a4db94011d3 31 apply to any combinations that include this software. No hardware is
sahilmgandhi 18:6a4db94011d3 32 licensed hereunder.
sahilmgandhi 18:6a4db94011d3 33
sahilmgandhi 18:6a4db94011d3 34 If you institute patent litigation against any entity (including a
sahilmgandhi 18:6a4db94011d3 35 cross-claim or counterclaim in a lawsuit) alleging that the software
sahilmgandhi 18:6a4db94011d3 36 itself infringes your patent(s), then your rights granted under this
sahilmgandhi 18:6a4db94011d3 37 license shall terminate as of the date such litigation is filed.
sahilmgandhi 18:6a4db94011d3 38
sahilmgandhi 18:6a4db94011d3 39 DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
sahilmgandhi 18:6a4db94011d3 40 CONTRIBUTORS "AS IS." ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
sahilmgandhi 18:6a4db94011d3 41 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
sahilmgandhi 18:6a4db94011d3 42 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
sahilmgandhi 18:6a4db94011d3 43 HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
sahilmgandhi 18:6a4db94011d3 44 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
sahilmgandhi 18:6a4db94011d3 45 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
sahilmgandhi 18:6a4db94011d3 46 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
sahilmgandhi 18:6a4db94011d3 47 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
sahilmgandhi 18:6a4db94011d3 48 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
sahilmgandhi 18:6a4db94011d3 49 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.