/*
This software is subject to the license described in the License.txt file 
included with this software distribution. You may not use this file except in compliance 
with this license.

Copyright (c) Dynastream Innovations Inc. 2012
All rights reserved.
*/


#ifndef __ANT_PLUS_H__
#define __ANT_PLUS_H__

// Global ANT parameters
#define ANTPLUS_NETWORK_NUMBER               ((UCHAR) 0)

/* 
Redistribution of source code containing the ANT+ Network Key is prohibited.
The ANT+ Network Key is available to ANT+ Adopters. 
Please remove the following line if redistributing this file, and refer to 
http://thisisant.com to become an ANT+ Adopter and access the key. 
*/
#define ANTPLUS_NETWORK_KEY                  { 0xB9,0xA5,0x21,0xFB,0xBD,0x72,0xC3,0x45 }
#define ANTPLUS_RF_FREQ                      ((UCHAR) 0x39)     // decimal 57 (2457 MHz) 

#endif