-
Notifications
You must be signed in to change notification settings - Fork 10
Hello world #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello world #2
Conversation
docs/basic/hello.rst
Outdated
|
|
||
| Demo | ||
| ================== | ||
| .. youtube:: https://www.youtube.com/watch?v=COB2TvLqbPk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a add em vào channel của ESP32.vn, e upload video lên đó rồi sửa lại link
docs/basic/hello.rst
Outdated
| +--------------------+----------------------------------------------------------+ | ||
| | **Tên board mạch** | **Link** | | ||
| +====================+==========================================================+ | ||
| | Board IoT Wifi Uno | https://iotmaker.vn/esp32-wifi-uno.html | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lấy link trên github: https://github.com/esp32vn/esp32-iot-uno
docs/basic/hello.rst
Outdated
| * freertos/task.h: Cung cấp chức năng đa nhiệm. (Chúng tôi sẽ làm đa nhiệm ở các ví dụ sau) | ||
| * esp_system.h: Bao gồm cấu hình các thiết bị ngoại vi trong hệ thống ESP. Chức năng của nó như là hệ thống khởi tạo. | ||
|
|
||
| Hàm app_main() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nói thêm về build system, copy file mẫu từ đâu, sửa Makefile của project chính như thế nào ...
docs/basic/hello.rst
Outdated
| void app_main() | ||
| { | ||
| xTaskCreate(&hello_task, "hello_task", 2048, NULL, 5, NULL); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Giải thích hàm này và xTaskCreatePinnedToCore
| Cài đặt Arduino IDE<install> | ||
| Board ESP32vn IoT Uno <board> | ||
| Kết nối máy tính <connection> | ||
| Cài đặt thư viện <library> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bổ sung menu Helloworld vào phần Basic->helloworld
|
Vâng, em sửa lại rồi gửi anh. |
Hello world