Xively demo for cc3000

Dependencies:   NVIC_set_all_priorities cc3000_hostdriver_mbedsocket libxively mbed

Committer:
Kojto
Date:
Sun Oct 13 10:37:45 2013 +0000
Revision:
1:ad3b3e58ba36
Child:
3:6eb505b0beb3
update xively, ticker to count seconds

Who changed what in which revision?

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