* 1. Create a C++ header file(.hpp) in anywhere of components' include path, like this hpp file. * 2. Add C++ API in this hpp file, and API should be in maix namespace. API can be class or function ...