hal_bt.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * BSD 2-Clause License
  3. * Copyright (c) 2022, LiteEMF
  4. * All rights reserved.
  5. * This software component is licensed by LiteEMF under BSD 2-Clause license,
  6. * the "License"; You may not use this file except in compliance with the
  7. * License. You may obtain a copy of the License at:
  8. * opensource.org/licenses/BSD-2-Clause
  9. *
  10. */
  11. #ifndef _hal_bt_h
  12. #define _hal_bt_h
  13. #include "hw_config.h"
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /*******************************************************************************************************************
  18. ** Hardware Defined
  19. ********************************************************************************************************************/
  20. /*******************************************************************************************************************
  21. ** Parameters
  22. ********************************************************************************************************************/
  23. /*******************************************************************************************************************
  24. ** event
  25. ********************************************************************************************************************/
  26. /*******************************************************************************************************************
  27. ** Functions
  28. ********************************************************************************************************************/
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32. #endif