You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the minimal Arduino example of the [Simple FOC](https://github.com/askuric/Arduino-FOC) arduino library intended for mostly for easier experiemtation and modification!
7
+
This is the minimal Arduino example of the [Simple FOC](https://github.com/askuric/Arduino-FOC) arduino library intended for mostly for easier experimentation and modification!
8
8
9
9
### Minimal repository structure
10
10
```shell
11
11
├───arduino_foc_minimal_encoder # Arduino minimal code for running a motor with Encoder
12
12
│
13
-
└───arduino_foc_minimal_magnetic # Arduino minimal code for running a motor with magentic sensor
13
+
└───arduino_foc_minimal_magnetic # Arduino minimal code for running a motor with magnetic sensor
For those willing to experiment and to modify the code I suggest using the [minimal version](https://github.com/askuric/Arduino-FOC/tree/minimal) of the code.
40
-
> This code is completely indepenedet and you can run it as any other Arduino Schetch without the need for any libraries.
40
+
> This code is completely independent and you can run it as any other Arduino Sketch without the need for any libraries.
41
41
42
-
#### Github webiste downlaod
42
+
#### Github website download
43
43
- Make sure you are in [minimal branch](https://github.com/askuric/Arduino-FOC/tree/minimal)
44
-
-Downlaod the code by clicking on the `Clone or Download > Download ZIP`.
45
-
- Unzip it and open the schetch in Arduino IDE.
44
+
-Download the code by clicking on the `Clone or Download > Download ZIP`.
45
+
- Unzip it and open the sketch in Arduino IDE.
46
46
47
47
#### Using terminal
48
48
- Open the terminal:
@@ -60,5 +60,5 @@ Find out more information about the Arduino SimpleFOC project in [docs website](
60
60
Branch | Description | Status
61
61
------------ | ------------- | ------------
62
62
[master](https://github.com/askuric/Arduino-FOC) | Stable and tested library version | 
63
-
[dev](https://github.com/askuric/Arduino-FOC/tree/dev) | Developement library version | 
63
+
[dev](https://github.com/askuric/Arduino-FOC/tree/dev) | Development library version | 
64
64
[minimal](https://github.com/askuric/Arduino-FOC/tree/minimal) | Minimal Arduino example with integrated library | 
0 commit comments