Skip to content

Commit

Permalink
add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
benpaddlejones committed Dec 22, 2023
1 parent 1a63466 commit 230aeb0
Show file tree
Hide file tree
Showing 16 changed files with 78 additions and 8 deletions.
7 changes: 7 additions & 0 deletions 1.testDebug/1.testDebug.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*********************************************
Test & debug code
Written by:
Date:
*********************************************/

#include "AIDriver.h"

void setup(){ // sets up once as the program starts
Expand Down
2 changes: 1 addition & 1 deletion 1.testDebug/AIDriver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***********************************************************************
A low code 2 wheel robot library designed by Ben Jones @ Tempe High School
A low code 2 wheel robot library designed and written by Ben Jones @ Tempe High School
Licenses:
Code is GNUGPL licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/Ardunio_2Wheel_Robot_Boilerplate/myAIDriver/LICENSE
Content is Creative Commons licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Challenge1/AIDriver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***********************************************************************
A low code 2 wheel robot library designed by Ben Jones @ Tempe High School
A low code 2 wheel robot library designed and written by Ben Jones @ Tempe High School
Licenses:
Code is GNUGPL licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/Ardunio_2Wheel_Robot_Boilerplate/myAIDriver/LICENSE
Content is Creative Commons licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/LICENSE
Expand Down
9 changes: 9 additions & 0 deletions Challenge1/Challenge1.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*********************************************
Challenge 1:
Explain the challange and how you solved it:
Written by:
Date:
*********************************************/
#include "AIDriver.h"

void setup(){ // sets up once as the program starts
Expand Down
2 changes: 1 addition & 1 deletion Challenge2/AIDriver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***********************************************************************
A low code 2 wheel robot library designed by Ben Jones @ Tempe High School
A low code 2 wheel robot library designed and written by Ben Jones @ Tempe High School
Licenses:
Code is GNUGPL licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/Ardunio_2Wheel_Robot_Boilerplate/myAIDriver/LICENSE
Content is Creative Commons licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/LICENSE
Expand Down
9 changes: 9 additions & 0 deletions Challenge2/Challenge2.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*********************************************
Challenge 2:
Explain the challange and how you solved it:
Written by:
Date:
*********************************************/
#include "AIDriver.h"

void setup(){ // sets up once as the program starts
Expand Down
2 changes: 1 addition & 1 deletion Challenge3/AIDriver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***********************************************************************
A low code 2 wheel robot library designed by Ben Jones @ Tempe High School
A low code 2 wheel robot library designed and written by Ben Jones @ Tempe High School
Licenses:
Code is GNUGPL licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/Ardunio_2Wheel_Robot_Boilerplate/myAIDriver/LICENSE
Content is Creative Commons licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/LICENSE
Expand Down
9 changes: 9 additions & 0 deletions Challenge3/Challenge3.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*********************************************
Chall3nge 3:
Explain the challange and how you solved it:
Written by:
Date:
*********************************************/
#include "AIDriver.h"

void setup(){ // sets up once as the program starts
Expand Down
2 changes: 1 addition & 1 deletion Challenge4/AIDriver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***********************************************************************
A low code 2 wheel robot library designed by Ben Jones @ Tempe High School
A low code 2 wheel robot library designed and written by Ben Jones @ Tempe High School
Licenses:
Code is GNUGPL licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/Ardunio_2Wheel_Robot_Boilerplate/myAIDriver/LICENSE
Content is Creative Commons licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/LICENSE
Expand Down
9 changes: 9 additions & 0 deletions Challenge4/Challenge4.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*********************************************
Challenge 4:
Explain the challange and how you solved it:
Written by:
Date:
*********************************************/
#include "AIDriver.h"

void setup(){ // sets up once as the program starts
Expand Down
2 changes: 1 addition & 1 deletion Challenge5/AIDriver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***********************************************************************
A low code 2 wheel robot library designed by Ben Jones @ Tempe High School
A low code 2 wheel robot library designed and written by Ben Jones @ Tempe High School
Licenses:
Code is GNUGPL licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/Ardunio_2Wheel_Robot_Boilerplate/myAIDriver/LICENSE
Content is Creative Commons licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/LICENSE
Expand Down
9 changes: 9 additions & 0 deletions Challenge5/Challenge5.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*********************************************
Challenge 5:
Explain the challange and how you solved it:
Written by:
Date:
*********************************************/
#include "AIDriver.h"

void setup(){ // sets up once as the program starts
Expand Down
2 changes: 1 addition & 1 deletion Challenge6/AIDriver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***********************************************************************
A low code 2 wheel robot library designed by Ben Jones @ Tempe High School
A low code 2 wheel robot library designed and written by Ben Jones @ Tempe High School
Licenses:
Code is GNUGPL licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/Ardunio_2Wheel_Robot_Boilerplate/myAIDriver/LICENSE
Content is Creative Commons licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/LICENSE
Expand Down
9 changes: 9 additions & 0 deletions Challenge6/Challenge6.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*********************************************
Challenge 6:
Explain the challange and how you solved it:
Written by:
Date:
*********************************************/
#include "AIDriver.h"

void setup(){ // sets up once as the program starts
Expand Down
2 changes: 1 addition & 1 deletion Challenge7/AIDriver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***********************************************************************
A low code 2 wheel robot library designed by Ben Jones @ Tempe High School
A low code 2 wheel robot library designed and written by Ben Jones @ Tempe High School
Licenses:
Code is GNUGPL licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/Ardunio_2Wheel_Robot_Boilerplate/myAIDriver/LICENSE
Content is Creative Commons licensed: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/LICENSE
Expand Down
9 changes: 9 additions & 0 deletions Challenge7/Challenge7.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*********************************************
Challenge 71:
Explain the challange and how you solved it:
Written by:
Date:
*********************************************/
#include "AIDriver.h"

void setup(){ // sets up once as the program starts
Expand Down

0 comments on commit 230aeb0

Please sign in to comment.