Library for interfacing to Sparkfun Weather Meters.

Dependents:   WeatherStation Deneme testgeneral ... more

Embed: (wiki syntax)

« Back to documentation index

CWeatherMeters::SMeasurements Struct Reference

CWeatherMeters::SMeasurements Struct Reference

A structure in which the current measurements registered by the weather meters are returned from the GetMeasurements() method. More...

#include <WeatherMeters.h>

Data Fields

const char * WindDirectionString
 String representing current wind direction.
float WindDirectionAngle
 Wind direction in degrees from north.
float WindSpeed
 Current wind speed in km/hour.
float MaximumWindSpeed
 Maximum wind speed measured since last reset.
float Rainfall
 Amount of rainfall since last reset.

Detailed Description

A structure in which the current measurements registered by the weather meters are returned from the GetMeasurements() method.

Definition at line 76 of file WeatherMeters.h.


Field Documentation

Maximum wind speed measured since last reset.

Measured in km/hour.

Definition at line 81 of file WeatherMeters.h.

float Rainfall

Amount of rainfall since last reset.

Measured in mm.

Definition at line 82 of file WeatherMeters.h.

Wind direction in degrees from north.

Definition at line 79 of file WeatherMeters.h.

const char* WindDirectionString

String representing current wind direction.

Example: "North"

Definition at line 78 of file WeatherMeters.h.

float WindSpeed

Current wind speed in km/hour.

Definition at line 80 of file WeatherMeters.h.