1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /**
- * @file FuncLayerAPI.h
- * @author Wang, Zhiyu(wangzy49@midea.com)
- * @brief API of Function Layer which is uesd in Application Layer
- * @version 0.1
- * @date 2021-10-09
- *
- * @copyright Copyright (c) 2021
- *
- */
- #ifndef FUNCLAYERAPI_H
- #define FUNCLAYERAPI_H
- /************************************************************************
- Beginning of File, do not put anything above here except notes
- Compiler Directives:
- *************************************************************************/
- #include "bikespeed.h"
- #include "Cadence.h"
- #include "torquesensor.h"
- #include "power.h"
- #include "bikebrake.h"
- #include "bikethrottle.h"
- #include "display.h"
- #include "bikelight.h"
- #include "Temp.h"
- #include "AssistCurve.h"
- /****************************************
- *
- * Definitions & Macros
- *
- ****************************************/
- /***************************************
- *
- * Function api
- *
- ***************************************/
- #endif
|