This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot:examples:setup:usb [2021/12/02 18:35] – raivo.sell | en:iot:examples:setup:usb [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| - {{: | - {{: | ||
| - Install PlatformIO IDE | - Install PlatformIO IDE | ||
| - | - Intall | + | - Install |
| * Linux: Using package managers: apt-get install clang or yum install clang. | * Linux: Using package managers: apt-get install clang or yum install clang. | ||
| * Mac OS X: Install the latest Xcode along with the latest Command Line Tools (they have installed automatically when you run clang in Terminal for the first time, or manually by running <code c> xcode-select --install </ | * Mac OS X: Install the latest Xcode along with the latest Command Line Tools (they have installed automatically when you run clang in Terminal for the first time, or manually by running <code c> xcode-select --install </ | ||
| Line 35: | Line 35: | ||
| * Choose a name for your project. In board selection choose "WeMos D1 R2 & mini (WEMOS)" | * Choose a name for your project. In board selection choose "WeMos D1 R2 & mini (WEMOS)" | ||
| {{: | {{: | ||
| - | * On the left menu add project you just created to the Project tree | + | * On the left menu add the project you just created to the Project tree |
| - | * Open platformio.ini file and paste <code c> | + | * Open platformio.ini file and paste <code c> |
| - | | + | <note important> |
| + | {{: | ||
| * Open main.cpp file in src folder. Here is where you will write your code. For now just replace everything with the [[en: | * Open main.cpp file in src folder. Here is where you will write your code. For now just replace everything with the [[en: | ||
| {{: | {{: | ||