Temp Fork

Dependencies:   MMA8451Q Multi_WS2811 NVIC_set_all_priorities TSI cc3000_hostdriver_mbedsocket mbed

Fork of CubicHand by Model-Based Team

Committer:
joseoyola
Date:
Fri Dec 05 22:54:35 2014 +0000
Revision:
12:df94d17b5bee
Parent:
2:45b90e8d7d82
Finished fixing errors

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kalbers 1:587189fb6d87 1 /* mbed Microcontroller Library
kalbers 1:587189fb6d87 2 * Copyright (c) 2006-2013 ARM Limited
kalbers 1:587189fb6d87 3 *
kalbers 1:587189fb6d87 4 * Licensed under the Apache License, Version 2.0 (the "License");
kalbers 1:587189fb6d87 5 * you may not use this file except in compliance with the License.
kalbers 1:587189fb6d87 6 * You may obtain a copy of the License at
kalbers 1:587189fb6d87 7 *
kalbers 1:587189fb6d87 8 * http://www.apache.org/licenses/LICENSE-2.0
kalbers 1:587189fb6d87 9 *
kalbers 1:587189fb6d87 10 * Unless required by applicable law or agreed to in writing, software
kalbers 1:587189fb6d87 11 * distributed under the License is distributed on an "AS IS" BASIS,
kalbers 1:587189fb6d87 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
kalbers 1:587189fb6d87 13 * See the License for the specific language governing permissions and
kalbers 1:587189fb6d87 14 * limitations under the License.
kalbers 1:587189fb6d87 15 */
kalbers 1:587189fb6d87 16 #ifndef MAIN_H
kalbers 1:587189fb6d87 17 #define MAIN_H
kalbers 1:587189fb6d87 18
kalbers 1:587189fb6d87 19 #define WIGO 1
kalbers 1:587189fb6d87 20 #define WIFI_DIPCORTEX 2
kalbers 1:587189fb6d87 21 #define MBED_BOARD_EXAMPLE 3
kalbers 1:587189fb6d87 22 #define UNDEFINED 4
kalbers 1:587189fb6d87 23
kalbers 1:587189fb6d87 24 #define MY_BOARD WIGO
kalbers 1:587189fb6d87 25
kalbers 1:587189fb6d87 26 void init();
kalbers 1:587189fb6d87 27
kalbers 1:587189fb6d87 28 #endif