The Vision Utility has a tiny little button that will **Copy signatures to clipboard".
It generates code like this:
vision::signature SIG_1 (1, -279, -87, -182, 469, 827, 648, 2.500, 0);
vision::signature SIG_2 (2, 0, 0, 0, 0, 0, 0, 2.500, 0);
vision::signature SIG_3 (3, 0, 0, 0, 0, 0, 0, 2.500, 0);
vision::signature SIG_4 (4, 0, 0, 0, 0, 0, 0, 2.500, 0);
vision::signature SIG_5 (5, 0, 0, 0, 0, 0, 0, 2.500, 0);
vision::signature SIG_6 (6, 0, 0, 0, 0, 0, 0, 2.500, 0);
vision::signature SIG_7 (7, 0, 0, 0, 0, 0, 0, 2.500, 0);
vex::vision vision1 ( vex::PORT1, 50, SIG_1, SIG_2, SIG_3, SIG_4, SIG_5, SIG_6, SIG_7 );
Any chance you could implement the complimentary action of: Paste signatures from clipboard
Some of the programming tasks my students must accomplish involve navigating a classroom maze with obstacles. I would like to provide students with reliable color signature setting values so their success is based on the algorithm they program and not the extremely variable color signature settings.
In Blocks, there is no way to adjust/set color signature values and this would provide that.
Thanks!