From 924626bcacf350db1e794ecf92753bceccf64c8e Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 5 Oct 2015 11:07:23 -0400 Subject: [PATCH] Turn list of identified groups into table. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b417370..9c4654d 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,11 @@ Here we identify what each of the numbered groups mean in a given X-Plane version. Right now only X-Plane 10 is supported and I only identified 3 groups so far: -- index: `3` , name: `speeds` -- index: `17`, name: `pitch_roll_heading` -- index: `20`, name: `lat_lon_alt` +| packet index | group index | group name | +|--------------|-------------|----------------------| +| 64 | 3 | `speeds` | +| 64 | 17 | `pitch_roll_heading` | +| 64 | 20 | `lat_lon_alt` | Unidentified groups (with index other than what is listed above) will be absent from the list of named groups (think of `x_plane_data_named:of_raw/1` as -- 2.20.1