mirror of
https://github.com/rene-dev/stmbl.git
synced 2024-12-20 15:42:18 +00:00
16 lines
358 B
Plaintext
16 lines
358 B
Plaintext
load res
|
|
res0.rt_prio = 2
|
|
res0.sin = adc0.sin
|
|
res0.cos = adc0.cos
|
|
adc0.res_en = 1
|
|
res0.quad = adc0.quad
|
|
res0.poles = conf0.mot_fb_polecount
|
|
rev1.in = res0.pos
|
|
fb_switch0.mot_abs_pos = rev1.out
|
|
fb_switch0.mot_polecount = conf0.mot_fb_polecount
|
|
fb_switch0.mot_state = 3
|
|
fault0.mot_fb_error = res0.error
|
|
res0.vel = rev1.out_d
|
|
io0.fb0y = res0.error
|
|
io0.fb0g = 1
|