From bd707f6ef4eb3892d8075828a306e930fa91306f Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Sat, 19 Dec 2020 11:42:18 -0500 Subject: [PATCH] wip --- index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 29845fb..e009b98 100644 --- a/index.html +++ b/index.html @@ -103,11 +103,18 @@ The GPIO test measures how quickly pins can communicate with a processor core; t </tr> <tr> -<td>0.157</td> +<td>0.153</td> <td>Raspberry Pi 4</td> <td><a href=GPIO/libgpiod/ring.libgpiod.c>libgpiod, Buster</a></td> <td>December, 2020</td> </tr> +<tr> +<td>0.153</td> +<td>Raspberry Pi 4</td> +<td><a href=GPIO/gpiolib/ring.gpiolib.c>gpiolib, Buster</a></td> +<td>December, 2020</td> +</tr> + </table> </center> -- GitLab