Quote:
Originally Posted by Code Monkey
I have gotten Timer0 to work as a clock for the code. A few misadventures (like not putting the initialize function in the Initialization.c in Teleop.c), but actually is very easy to implement in the new code with the prescaling.
I have not gotten the encoder 3 and 4 to work. no error messages, but get_encoderX_count always comes back 0. any ideas?
|
If it builds with no error messages it's probably because you didn't enable the call to the encoder ISRs at the top of ifi_frc.h.
I'm thinking about password protecting the project zip files with a password that's something like read_the_readme.txt_file_before_doing_anything

.
-Kevin