Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| lwc:hardware:esp32 [2020/11/26 23:00] – John Harrison | lwc:hardware:esp32 [2022/08/20 13:53] (current) – John Harrison | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Getting Started ===== | ===== Getting Started ===== | ||
| + | ==== With CLion ==== | ||
| + | * open CLion and create PlatformIO project there. You should have '' | ||
| + | * in terminal search for libraries you need. Example: '' | ||
| + | * add in '' | ||
| + | < | ||
| + | lib_deps = | ||
| + | < | ||
| + | </ | ||
| + | * In CLion: '' | ||
| - | | + | ==== Without CLion ==== |
| - | * create new directory: mkdir path_to_the_new_directory | + | |
| - | * go to it: cd path_to_the_new_directory | + | * create new directory: |
| - | * initialize board: platformio project init --board | + | * go to it: '' |
| + | * initialize board: | ||