John Bailey / XBeeApi

Dependencies:   CircularBuffer FixedLengthList

Dependents:   XBeeApiTest XBeeApiSimpleATCmdsExample XBeeApiBroadcastExample XBeeApiBroadcastExampleRTOS ... more

Committer:
johnb
Date:
Mon Jan 27 21:08:06 2014 +0000
Revision:
3:c3d96b94041a
Parent:
XBeeApiCfg.hpp@2:7196461129e9
Child:
4:e5e152b3930f
Documentation & misc changes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
johnb 0:9f44c388ca00 1 /**
johnb 0:9f44c388ca00 2 @file
johnb 0:9f44c388ca00 3 @brief Configuration options for the XBeeApi module
johnb 0:9f44c388ca00 4
johnb 0:9f44c388ca00 5 @author John Bailey
johnb 0:9f44c388ca00 6
johnb 0:9f44c388ca00 7 @copyright Copyright 2013 John Bailey
johnb 0:9f44c388ca00 8
johnb 0:9f44c388ca00 9 @section LICENSE
johnb 0:9f44c388ca00 10
johnb 0:9f44c388ca00 11 Licensed under the Apache License, Version 2.0 (the "License");
johnb 0:9f44c388ca00 12 you may not use this file except in compliance with the License.
johnb 0:9f44c388ca00 13 You may obtain a copy of the License at
johnb 0:9f44c388ca00 14
johnb 0:9f44c388ca00 15 http://www.apache.org/licenses/LICENSE-2.0
johnb 0:9f44c388ca00 16
johnb 0:9f44c388ca00 17 Unless required by applicable law or agreed to in writing, software
johnb 0:9f44c388ca00 18 distributed under the License is distributed on an "AS IS" BASIS,
johnb 0:9f44c388ca00 19 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
johnb 0:9f44c388ca00 20 See the License for the specific language governing permissions and
johnb 0:9f44c388ca00 21 limitations under the License.
johnb 0:9f44c388ca00 22
johnb 0:9f44c388ca00 23 */
johnb 0:9f44c388ca00 24
johnb 0:9f44c388ca00 25 #if !defined XBEEAPICFG_HPP
johnb 0:9f44c388ca00 26 #define XBEEAPICFG_HPP
johnb 0:9f44c388ca00 27
johnb 0:9f44c388ca00 28 #define XBEEAPI_CONFIG_RX_BUFFER_SIZE 512
johnb 0:9f44c388ca00 29 #define XBEEAPI_CONFIG_ENABLE_DEVELOPER
johnb 2:7196461129e9 30 #define XBEEAPI_CONFIG_DECODER_LIST_SIZE 10
johnb 0:9f44c388ca00 31
johnb 0:9f44c388ca00 32 #if 0
johnb 0:9f44c388ca00 33 /** Use RTOS features to make XBeeApi threadsafe */
johnb 0:9f44c388ca00 34 #define XBEEAPI_CONFIG_USING_RTOS
johnb 0:9f44c388ca00 35 #endif
johnb 0:9f44c388ca00 36
johnb 0:9f44c388ca00 37 #endif /* !defined( XBEEAPICFG_HPP ) */