Quote:
Originally Posted by billbo911
Documentation error, code error, reader misunderstanding error???
|
Given the comments above and alongside those #defines, I don't see how a user wouldn't be able to figure it out:
Code:
// Remove the comment slashes from one or more of the following lines to
// enable the respective external interrupt(s) and/or timer(s). By doing
// so, you only enable the code within ifi_frc to become part of your
// software build.
// #define ENABLE_INT_1 // enable if using encoder channel 1
// #define ENABLE_INT_2 // enable if using encoder channel 2
// #define ENABLE_INT_3 // enable if using encoder channel 3
// #define ENABLE_INT_4 // enable if using encoder channel 4
// #define ENABLE_INT_5 // enable if using encoder channel 5
// #define ENABLE_INT_6 // enable if using encoder channel 6
I'd be happy to change it, but I don't fully understand the problem...
-Kevin