From 2edd89cd6a8512489a1a5f7e806b162c0c9fb621 Mon Sep 17 00:00:00 2001 From: Joel Dixon Date: Wed, 20 Sep 2023 14:43:43 -0500 Subject: [PATCH] Include game_of_life in list of examples --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 1b50bf3bc..e5c2e96b0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -27,6 +27,7 @@ The TestStand sequence files associated with each example are saved in TestStand - `niswitch_control_relays`: Controls relays using an NI relay driver (e.g. PXI-2567). - `nivisa_dmm_measurement`: Performs a DMM measurement using NI-VISA and an NI Instrument Simulator v2.0. - `ui_progress_updates`: Generates random numbers and updates the measurement UI to show progress. +- `game_of_life`: Displays Conway's Game of Life in a graph. For more details about a specific example, see the `README.md` file included with the example.