Alios Things
A-level
这个作者很懒,什么都没留下…
展开
-
Alios Things SDK ESP32 GPIO管脚定义
platform\mcu\esp32\bsp\include\driver\include\driver\gpio.h #ifndef _DRIVER_GPIO_H_ #define _DRIVER_GPIO_H_ #include "esp_err.h" #include <esp_types.h> #include "soc/gpio_reg.h" #include "s...原创 2019-02-12 09:27:26 · 1659 阅读 · 0 评论 -
Alios Things Example Helloworld 程序分析
#include <aos/aos.h> static void app_delayed_action(void *arg) { LOG("helloworld %s:%d %s\r\n", __func__, __LINE__, aos_task_name()); aos_post_delayed_action(5000, app_delayed_actio...转载 2019-02-12 10:03:13 · 1196 阅读 · 0 评论