FuncLayerAPI.h 977 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /**
  2. * @file FuncLayerAPI.h
  3. * @author Wang, Zhiyu(wangzy49@midea.com)
  4. * @brief API of Function Layer which is uesd in Application Layer
  5. * @version 0.1
  6. * @date 2021-10-09
  7. *
  8. * @copyright Copyright (c) 2021
  9. *
  10. */
  11. #ifndef FUNCLAYERAPI_H
  12. #define FUNCLAYERAPI_H
  13. /************************************************************************
  14. Beginning of File, do not put anything above here except notes
  15. Compiler Directives:
  16. *************************************************************************/
  17. #include "bikespeed.h"
  18. #include "Cadence.h"
  19. #include "torquesensor.h"
  20. #include "power.h"
  21. #include "bikebrake.h"
  22. #include "bikethrottle.h"
  23. #include "display.h"
  24. #include "bikelight.h"
  25. #include "Temp.h"
  26. #include "AssistCurve.h"
  27. /****************************************
  28. *
  29. * Definitions & Macros
  30. *
  31. ****************************************/
  32. /***************************************
  33. *
  34. * Function api
  35. *
  36. ***************************************/
  37. #endif