Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 935 → Rev 936

/branches/V0.70d Code Redesign killagreg/mm3.c
287,7 → 287,7
// change to z-Axis
break;
case 4:
ROT_ON; // find Min and Max of the Z-axis
RED_ON; // find Min and Max of the Z-axis
if(MM3.z_axis < z_min) z_min = MM3.z_axis;
if(MM3.z_axis > z_max) z_max = MM3.z_axis;
break;
328,7 → 328,7
uint16_t timer;
 
GRN_ON;
ROT_OFF;
RED_OFF;
 
// get maximum and minimum reading of all axis
while (measurement)
355,7 → 355,7
 
if (!beeper)
{
ROT_FLASH;
RED_FLASH;
GRN_FLASH;
BeepTime = 50;
beeper = 50;