static void InitSensorEnvir ( void ) { /*----------------------------------------------------------------*/ MeasurementDirectionPort |= ( 1 << Thermocouple_SCK ) ; MeasurementDirectionPort |= ( 1 << Thermocouple_CS ) ; MeasurementDirectionPort &= ~ ( 1 << Thermocouple_SO ) ; MeasurementPort |= ( 1 << Thermocouple_SO ) ; MeasurementPort |= ( 1 << Thermocouple_CS ) ; MeasurementPort &= ~ ( 1 << Thermocouple_SCK ) ; } /* InitSensorEnvir */