Coursework

Files at this revision

API Documentation at this revision

Comitter:
sesa514652
Date:
Fri Feb 04 16:44:14 2022 +0000
Parent:
44:5d8fab3e055f
Commit message:
Submission

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Feb 04 15:23:35 2022 +0000
+++ b/main.cpp	Fri Feb 04 16:44:14 2022 +0000
@@ -101,12 +101,18 @@
 void buttonBack_isr(); // Button Back interrupt service routine
 void buttonLeft_isr(); // Button Left interrupt service routine
 void buttonRight_isr(); // Button Right interrupt service routine
-void inputScan1();
+/**
+*..Void set up to use the scan
+*/
+void inputScan1(); 
 void inputScan2();
 void inputScan3();
 void inputScan4();
 void inputScan5();
 void inputScan6();
+/**
+*..Decision Void used to print what we have.
+*/
 void wallDecision();
 void boxDecision();
 void cartonDecision();
@@ -114,7 +120,8 @@
 int NoContinueExit();
 int buttonCountA();
 int buttonCountB();
-void printShape();
+
+void printShape(); /**<Prints the shape*/