This commit is contained in:
SheldonDai
2019-09-27 11:30:31 +08:00
247 changed files with 76992 additions and 172 deletions

View File

@@ -237,7 +237,7 @@ typedef struct sal_module_st{
}sal_module_t;
```
在使用的时候, 并需要全部实现, 只需实现下列几个核心的接口即可:
在使用的时候, 并需要全部实现, 只需实现下列几个核心的接口即可:
```c
sal_module_t sal_module_esp8266 = {
@@ -387,4 +387,4 @@ void mqtt_demo(void)
`tos_mqtt_publish`: 发布消息
开发者可以根据自己的业务需求来调用这些接口完成特定的业务逻辑.
开发者可以根据自己的业务需求来调用这些接口完成特定的业务逻辑.