From e48d4c3c2122b5f4d6aa8f36211c86dd9a0c727b Mon Sep 17 00:00:00 2001 From: David Myka <50000861+damyka@users.noreply.github.com> Date: Thu, 17 Jun 2021 14:27:44 -0700 Subject: [PATCH] added project link --- RoboticHand/RoboticHand.ino | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/RoboticHand/RoboticHand.ino b/RoboticHand/RoboticHand.ino index b34a9c9..5cb3fbc 100644 --- a/RoboticHand/RoboticHand.ino +++ b/RoboticHand/RoboticHand.ino @@ -2,9 +2,10 @@ * This code works with the Machines That Emulate Humans workbook and lesson plan - Available from the Microsoft Education Workshop at http://aka.ms/hackingSTEM + Available from the Microsoft Education Workshop at + https://www.microsoft.com/en-us/education/education-workshop/robotic-hand.aspx It also contians code for the Rock, Paper, Scissors (RPS) workbook - + This projects uses an Arduino UNO microcontroller board. More information can be found by visiting the Arduino website: https://www.arduino.cc/en/main/arduinoBoardUno @@ -26,6 +27,8 @@ final results are displaued in Excel. David Myka, 2017 Microsoft Education Workshop + + http://aka.ms/hackingSTEM * */