ArchMax_CC3000_NTP

Dependencies:   NTPClient3 NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed

Committer:
JackB
Date:
Sat Oct 17 23:31:20 2015 +0000
Revision:
0:0e8d73b27253
None

Who changed what in which revision?

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