cranefist
cranefist
getPressedTicks() Does not seem to exist?
cs_actual()
Hello Im simply printing this out : `Serial.print(driver.cs_actual());` Am i doing something wrong, as I was using a tiny motor first and the values seemed to be correct. It had...
Hello Can you clarify this? Could i somehow use the UART connection to change direction instead of the direction pin in this library? As TMCStepper library allows me the change...
This OLED module: https://www.aliexpress.com/item/1005003784174529.html Driver : ssd1327 Model : zjy-m150-128x128 The SPI model works with : U8G2_SSD1327_MIDAS_128X128_F_4W_HW_SPI Does not seem to need the RESET pin. And I2C : U8G2_SSD1327_MIDAS_128X128_F_HW_I2C But...
How can this work as a flash meter? You code says its measuring time in milliseconds, and the fastest measurement this sensor can do is 16ms! While camera flashes operate...
Iw been testing using UART to replace the DIR pin, but I have noticed this issue that the `shaft()` does not always seem to trigger. Im keeping track of the...
How do i set the following settings for TMC2209: ``` 0 microstepping Interpolation true SpreadCycle ``` There does not seem to exists SpreadCycle in the mode selection? And if i...
Is it possible to monitor the battery level via software?