We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94996c commit f6b4a59Copy full SHA for f6b4a59
docs/simplefoc_library/installation/library_platformio.md
@@ -12,6 +12,17 @@ grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>lib
12
13
Using SimpleFOC from PlatformIO is not hard at all! The following instructions should get you set up and compiling your code in a matter of minutes.
14
15
+## Quick setup for pros
16
+
17
+You can use SimpleFOC in Arduino projects in PlatformIO. Just add the library via the library manager.
18
19
+<b>You will need this option in your platformio.ini file:</b>
20
+```ini
21
+lib_archive = false
22
+```
23
24
+# Detailed instructions
25
26
## Prerequisites
27
28
- You need an active internet connection throughout this process, until your project is set up.
0 commit comments