antplus.h 859 B

1234567891011121314151617181920212223242526
  1. /*
  2. This software is subject to the license described in the License.txt file
  3. included with this software distribution. You may not use this file except in compliance
  4. with this license.
  5. Copyright (c) Dynastream Innovations Inc. 2012
  6. All rights reserved.
  7. */
  8. #ifndef __ANT_PLUS_H__
  9. #define __ANT_PLUS_H__
  10. // Global ANT parameters
  11. #define ANTPLUS_NETWORK_NUMBER ((UCHAR) 0)
  12. /*
  13. Redistribution of source code containing the ANT+ Network Key is prohibited.
  14. The ANT+ Network Key is available to ANT+ Adopters.
  15. Please remove the following line if redistributing this file, and refer to
  16. http://thisisant.com to become an ANT+ Adopter and access the key.
  17. */
  18. #define ANTPLUS_NETWORK_KEY { 0xB9,0xA5,0x21,0xFB,0xBD,0x72,0xC3,0x45 }
  19. #define ANTPLUS_RF_FREQ ((UCHAR) 0x39) // decimal 57 (2457 MHz)
  20. #endif