From 9a83aee9ef350e177894d0224b5582a4635ac108 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 15 Jun 2017 15:12:34 -0700 Subject: [PATCH] updated lesson --- docs/projects/voting-machine.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/projects/voting-machine.md b/docs/projects/voting-machine.md index fdf8e786..2066d43b 100644 --- a/docs/projects/voting-machine.md +++ b/docs/projects/voting-machine.md @@ -2,17 +2,16 @@ ### ~ avatar -Build a vote collection system using many micro:bit! +Build a voting machine using many @boardname@s! ### ~ https://youtu.be/77HOqf8BaNg -In this project, a **voter** program is uploaded on the player's @boardname@. The player uses the buttons to vote yes or no -and the vote sent to the **dashboard** @boardname@ via radio. The dashboard allocates one LED per player and turns it on for "yes" and off for "no". - -Both programs set their radio group to ``4`` to be able to communicate. +In this project, a **voter** program is uploaded on the player's @boardname@. The player uses the buttons to vote ``yes`` or ``no`` +and the vote is sent to the **dashboard** @boardname@ via radio. +The dashboard allocates one LED per player and turns it on or off based on the vote. ## The voter program