Mouse code for the MacroRat

Dependencies:   ITG3200 QEI

Committer:
sahilmgandhi
Date:
Sun May 14 23:18:57 2017 +0000
Revision:
18:6a4db94011d3
Publishing again

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sahilmgandhi 18:6a4db94011d3 1 // The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches.
sahilmgandhi 18:6a4db94011d3 2 // Check the 'features' section of the target description in 'targets.json' for more details.
sahilmgandhi 18:6a4db94011d3 3 /*******************************************************************************
sahilmgandhi 18:6a4db94011d3 4 * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
sahilmgandhi 18:6a4db94011d3 5 *
sahilmgandhi 18:6a4db94011d3 6 * Permission is hereby granted, free of charge, to any person obtaining a
sahilmgandhi 18:6a4db94011d3 7 * copy of this software and associated documentation files (the "Software"),
sahilmgandhi 18:6a4db94011d3 8 * to deal in the Software without restriction, including without limitation
sahilmgandhi 18:6a4db94011d3 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
sahilmgandhi 18:6a4db94011d3 10 * and/or sell copies of the Software, and to permit persons to whom the
sahilmgandhi 18:6a4db94011d3 11 * Software is furnished to do so, subject to the following conditions:
sahilmgandhi 18:6a4db94011d3 12 *
sahilmgandhi 18:6a4db94011d3 13 * The above copyright notice and this permission notice shall be included
sahilmgandhi 18:6a4db94011d3 14 * in all copies or substantial portions of the Software.
sahilmgandhi 18:6a4db94011d3 15 *
sahilmgandhi 18:6a4db94011d3 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
sahilmgandhi 18:6a4db94011d3 17 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
sahilmgandhi 18:6a4db94011d3 18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
sahilmgandhi 18:6a4db94011d3 19 * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
sahilmgandhi 18:6a4db94011d3 20 * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
sahilmgandhi 18:6a4db94011d3 21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
sahilmgandhi 18:6a4db94011d3 22 * OTHER DEALINGS IN THE SOFTWARE.
sahilmgandhi 18:6a4db94011d3 23 *
sahilmgandhi 18:6a4db94011d3 24 * Except as contained in this notice, the name of Maxim Integrated
sahilmgandhi 18:6a4db94011d3 25 * Products, Inc. shall not be used except as stated in the Maxim Integrated
sahilmgandhi 18:6a4db94011d3 26 * Products, Inc. Branding Policy.
sahilmgandhi 18:6a4db94011d3 27 *
sahilmgandhi 18:6a4db94011d3 28 * The mere transfer of this software does not imply any licenses
sahilmgandhi 18:6a4db94011d3 29 * of trade secrets, proprietary technology, copyrights, patents,
sahilmgandhi 18:6a4db94011d3 30 * trademarks, maskwork rights, or any other form of intellectual
sahilmgandhi 18:6a4db94011d3 31 * property whatsoever. Maxim Integrated Products, Inc. retains all
sahilmgandhi 18:6a4db94011d3 32 * ownership rights.
sahilmgandhi 18:6a4db94011d3 33 *******************************************************************************
sahilmgandhi 18:6a4db94011d3 34 */
sahilmgandhi 18:6a4db94011d3 35
sahilmgandhi 18:6a4db94011d3 36 #ifndef MBED_DEVICE_H
sahilmgandhi 18:6a4db94011d3 37 #define MBED_DEVICE_H
sahilmgandhi 18:6a4db94011d3 38 #include "objects.h"
sahilmgandhi 18:6a4db94011d3 39
sahilmgandhi 18:6a4db94011d3 40 #endif