Day: February 22, 2022

tmc2209 and tb6600 stepper motor driver

***A list of all the LEDC APIs exposed by the driver. These functions are written for Arduino IDE port of ESP32***. ledcSetup(channel, frequency, resolution_bits)ledcAttachPin(pin, channel)ledcWrite(channel, dutycycle)ledcRead(channel)ledcWriteTone(channel, frequency)ledcWriteNote(channel, note, octave)ledcReadFreq(channel)ledcDetachPin(pin) My quick and […]