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 /* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved.
sahilmgandhi 18:6a4db94011d3 2 *
sahilmgandhi 18:6a4db94011d3 3 * The information contained herein is property of Nordic Semiconductor ASA.
sahilmgandhi 18:6a4db94011d3 4 * Terms and conditions of usage are described in detail in NORDIC
sahilmgandhi 18:6a4db94011d3 5 * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
sahilmgandhi 18:6a4db94011d3 6 *
sahilmgandhi 18:6a4db94011d3 7 * Licensees are granted free, non-transferable use of the information. NO
sahilmgandhi 18:6a4db94011d3 8 * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
sahilmgandhi 18:6a4db94011d3 9 * the file.
sahilmgandhi 18:6a4db94011d3 10 *
sahilmgandhi 18:6a4db94011d3 11 */
sahilmgandhi 18:6a4db94011d3 12 #ifndef TWI_MASTER_CONFIG
sahilmgandhi 18:6a4db94011d3 13 #define TWI_MASTER_CONFIG
sahilmgandhi 18:6a4db94011d3 14
sahilmgandhi 18:6a4db94011d3 15 #include "PinNames.h"
sahilmgandhi 18:6a4db94011d3 16
sahilmgandhi 18:6a4db94011d3 17 #define TWI_MASTER_CONFIG_CLOCK_PIN_NUMBER (I2C_SCL0)
sahilmgandhi 18:6a4db94011d3 18 #define TWI_MASTER_CONFIG_DATA_PIN_NUMBER (I2C_SDA0)
sahilmgandhi 18:6a4db94011d3 19
sahilmgandhi 18:6a4db94011d3 20 #endif