custom.h 422 B

123456789101112131415161718
  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 CUSTOM_H
  9. #define CUSTOM_H
  10. #define CUSTOM_DEVICE_TYPE ((UCHAR) 1)
  11. #define CUSTOM_TX_TYPE ((UCHAR) 1)
  12. #define CUSTOM_MSG_PERIOD ((USHORT) 32768)
  13. #endif