From 9e7654084b9c8dea6ecf910eef2cd65e0f9645a1 Mon Sep 17 00:00:00 2001 From: ganicke Date: Mon, 20 Nov 2017 14:09:59 -0800 Subject: [PATCH] Restate the 'complete program' --- docs/projects/voting-machine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/voting-machine.md b/docs/projects/voting-machine.md index cc18a2ab..d47b400a 100644 --- a/docs/projects/voting-machine.md +++ b/docs/projects/voting-machine.md @@ -53,7 +53,7 @@ We arbitrarily choose ``4`` as the group used for the communications. radio.setGroup(4) ``` -Combined together, the final voter program is this: +Putting all the parts together, here's the complete voter program: ```blocks input.onButtonPressed(Button.A, () => {