ESP32學習筆記(三)-使用example步驟

此篇為要從esp-idf example中的範例移至app資料夾的步驟,拿hello_world為舉例

1.打開專案中的/app資料夾
-將資料夾main的內容全部刪除
-將/app資料夾中除了/build 以及/.git資料夾之外的資料刪除


-打開example/get-started/hello_world
-將main資料夾內全部檔案移至/app/main
-其餘資料複製至/app資料夾內

2.打開Aithinker_IDE,Build code步驟參考學習筆記(一)


留言

這個網誌中的熱門文章

FreeRTOS學習筆記 (二)-任務創建和刪除(xTaskCreate及vTaskDelete)

FreeRTOS學習筆記 (三)-時間管理vTaskDelay()及vTaskDelayUntil()

C語言筆記-文本處理(1) 善用 asprintf取代sprintf