Browse Source

添加一些注释

master
zhaohe 4 months ago
parent
commit
acb0f863c0
  1. 11
      sdk/components/tmc/ic/ztmc5130.hpp

11
sdk/components/tmc/ic/ztmc5130.hpp

@ -21,7 +21,16 @@ namespace iflytop {
*
* 1. 6
* 2. AMAX有效
*
*
*
*
* t:t=2^24/fclk
* :ta^2:ta^2=2^24/(fclk)^2
*
*
* VSTOP 1...(2^18)-1, 1...262144-1, 1...307
* VSTART 1...(2^18)-1, 1...262144-1, 1...307
* VEL +-(2^23)-1 [µsteps / t] +-8388608 +-9830.4
*/
class Tmc5130RampStat {

Loading…
Cancel
Save