Skip to content
Snippets Groups Projects
Commit 08536618 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Cleanup
parent d7815483
No related merge requests found
Pipeline #136 passed with stage
in 46 seconds
......@@ -1017,10 +1017,6 @@ void swv_experiment(uint16_t start, uint16_t stop, uint16_t step, uint16_t pulse
*/
uint8_t direction;
// uint16_t dacindex_start = ceil((start)*(65536/(double)3000))+32768;
// uint16_t dacindex_stop = ceil(stop*(65536/(double)3000))+32768;
// uint16_t dacindex_step = ceil(step*(65536/(double)3000));
// uint16_t dacindex_pulse_height = ceil(pulse_height*(65536/(double)3000));
uint32_t period;
if (start < stop)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment