npol / RoboCapstone

An autonomous weed eliminating robot
0 stars 0 forks source link

Mobility_Firmware: possibly writing to wrong register in stepper task #32

Closed npol closed 8 years ago

npol commented 8 years ago

In line 273 in stepper.c, write to TA2CCTL0 = CCIE; Should it be TA2 or TA0?

npol commented 8 years ago

Fixed code to interrupt on second edge of pulse

npol commented 8 years ago

Tested code, working on HW