Skip to content

Commit 905685d

Browse files
committed
FEAT added examples for ESP32
1 parent 5187d53 commit 905685d

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

examples/hardware_specific_examples/ESP32/encoder/esp32_position_control/esp32_position_control.ino

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/**
2-
*
3-
* STM32 Bluepill position motion control example with encoder
4-
*
5-
* The same example can be ran with any STM32 board - just make sure that put right pin numbers.
6-
*
1+
/**
2+
* ESP32 position motion control example with encoder
3+
*
74
*/
85
#include <SimpleFOC.h>
96

examples/hardware_specific_examples/ESP32/magnetic_sensor/esp32_position_control/esp32_position_control.ino

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/**
2-
*
3-
* STM32 Bluepill position motion control example with magnetic sensor
4-
*
5-
* The same example can be ran with any STM32 board - just make sure that put right pin numbers.
6-
*
2+
* ESP32 position motion control example with magnetic sensor
73
*/
84
#include <SimpleFOC.h>
95

0 commit comments

Comments
 (0)