Search found 4 matches

by h3lyofilho
Sat Nov 22, 2025 4:37 pm
Forum: Hardware
Topic: ESP32 ESC BRUSHLESS
Replies: 3
Views: 2926

Re: ESP32 ESC BRUSHLESS

#ifdef __cplusplus
extern "C"
#endif

#include "esp_adc_cal.h"
#include "driver/ledc.h"

#define PWM_HZ 25000
#define PWM_BITS 8

#define A_PWM 0 // # U
#define B_PWM 1 // # V
#define C_PWM 2 // # W

#define A_HIGH 25
#define B_HIGH 26
#define C_HIGH 27

#define A_LOW 14
#define B_LOW 12
#define ...
by h3lyofilho
Wed Nov 19, 2025 9:28 pm
Forum: Hardware
Topic: ESP32 ESC BRUSHLESS
Replies: 3
Views: 2926

Re: ESP32 ESC BRUSHLESS

Image

Go to advanced search