#define ReadSensorMSRTClock ( _port,
_sec,
_min,
_hrs,
_dow,
_date,
_month,
_year,
_result   )     __ReadSensorMSRTClock(_port, _sec, _min, _hrs, _dow, _date, _month, _year, _result)

Read mindsensors RTClock values.

Read real-time clock values from the Mindsensors RTClock sensor. Returns a boolean value indicating whether or not the operation completed successfully. The port must be configured as a Lowspeed port before using this function.

Parameters:
_port The sensor port. See NBC Input port constants.
_sec The seconds.
_min The minutes.
_hrs The hours.
_dow The day of week number.
_date The day.
_month The month.
_year The year.
_result The function call result.

Generated by  doxygen 1.6.2