X-Git-Url: https://git.xandkar.net/?p=erlang-x-plane-data.git;a=blobdiff_plain;f=README.md;fp=README.md;h=5009252338d016dc83d32d9adc0e86a84cd76af2;hp=68dcf5c36aca35c7a9442dfe1967890cead1bc45;hb=859f8f9a6d11cb3206efdecb29ee923fe3db797c;hpb=ca0b3fd44a4c3f9aa9a63f9be862909a29baed88 diff --git a/README.md b/README.md index 68dcf5c..5009252 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,7 @@ a filter), so you'll have to access their raw version, if needed. ##### Access ```erlang --include_lib("x_plane_data/include/x_plane_data_group_lat_lon_alt.hrl"). --include_lib("x_plane_data/include/x_plane_data_group_pitch_roll_heading.hrl"). -include_lib("x_plane_data/include/x_plane_data_group_speeds.hrl"). - -... - {speeds, #x_plane_data_group_speeds { vind_kias = VindKias , vind_keas = VindKeas @@ -94,6 +89,9 @@ a filter), so you'll have to access their raw version, if needed. } } = lists:keyfind(speeds, 1, GroupsNamed), +... + +-include_lib("x_plane_data/include/x_plane_data_group_pitch_roll_heading.hrl"). {pitch_roll_heading, #x_plane_data_group_pitch_roll_heading { pitch_deg = PitchDeg , roll_deg = RollDeg