what do you guys think about this "curr_samp_volt "?
Forums:
i have seen that this question in this vesc forums.
jennyxcy2008' question:
1:switch (comm_step) {
case 1: curr_samp_volt = (1 << 0) || (1 << 2); break;
case 2: curr_samp_volt = (1 << 1) || (1 << 2); break;
case 3: curr_samp_volt = (1 << 1) || (1 << 2); break;
case 4: curr_samp_volt = (1 << 0) || (1 << 1); break;
case 5: curr_samp_volt = (1 << 0) || (1 << 1); break;
- Read more about what do you guys think about this "curr_samp_volt "?
- Log in or register to post comments