demo.h 508 B

123456789101112131415161718192021
  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
  4. in compliance with this license.
  5. Copyright (c) Dynastream Innovations Inc. 2016
  6. All rights reserved.
  7. */
  8. #ifndef TEST_H
  9. #define TEST_H
  10. #include "types.h"
  11. #define CHANNEL_TYPE_MASTER (0)
  12. #define CHANNEL_TYPE_SLAVE (1)
  13. #define CHANNEL_TYPE_INVALID (2)
  14. void Test_Start();
  15. void Test_Init(UCHAR ucDeviceNumber_, UCHAR ucChannelType_);
  16. #endif //TEST_H