From 5cc9b675de88212db19f27c8797a099d0565c0dd Mon Sep 17 00:00:00 2001 From: Ravi Shah <63246200+Rav4s@users.noreply.github.com> Date: Tue, 27 Oct 2020 09:29:54 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9842028..07ad786 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Programming-Merit-Badge This repository contains sample code for requirements 5a, 5b, and 5c of the Programming Merit Badge. -The main folder has the Android App code for 5c. The C++ folder has the code for 5a. The python script is for 5b. +The main folder contains kotlin code for an Android App. The ProgrammingMB C++ folder contains C++ code for a simple currency converter program. The PythonScriptForGarageDoor.py file contains Python code for a Raspberry Pi garage door controller.