Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Releases: KenwoodFox/Joes-CE-Repo

Tumbebot LineFollower

08 Nov 14:53
Compare
Choose a tag to compare

It works! I may not release a 1.1 as we're moving onto our next unit, but message me if you have any questions

Updated headerfiles

08 Nov 14:47
Compare
Choose a tag to compare

Ive added them to a common lib in the repo, so you can git clone the whole thing, remember
../ makes your include statement go up one dir, so if you want to include these files, you need to do something like `#include "../../libraries/FILE.h"
Happy coding~

HF-v1.0: Removed debug, and tank spin, updated comments

30 Oct 12:47
Compare
Choose a tag to compare

Guide to installing headerfiles
First, unzip the binaries, then drag the .h files into the same dir as your source file
use the pragma #include "header.h" replace header.h with the name of your desired file
if you get a warning saying unused function, good! Its installed correctly!

HeaderFiles

29 Oct 22:02
Compare
Choose a tag to compare

I've started my header file series! these header files can be used by anyone! To use, place them in the same dir as your source, use the pragma statement #include "yourheader.h"
Have fun class!

TumbleBot Line follower BETA

30 Oct 17:10
Compare
Choose a tag to compare
Pre-release

It just about works!!! Feel free to look over the code, and of course, if you have any questions, ask me, ive added as many comments as i could but there may be something i overlooked!

TumbleBot Roomba Beta

29 Oct 15:12
65f4889
Compare
Choose a tag to compare
TumbleBot Roomba Beta Pre-release
Pre-release

Not fully tested.. but the few tests we did, show that it functions well in the first few, steps, this release is behind, so it might never be completed by our team, maybe if there's a need to finish it, ill get the 1.0 out there,

TumbleBot Challenge 1

17 Oct 16:05
Compare
Choose a tag to compare

It works! 1/3d of an inch, tune the magic delay number!

TumbleBot Beta

16 Oct 16:59
Compare
Choose a tag to compare
TumbleBot Beta Pre-release
Pre-release

Not tested to work fully.

Challenge 2 & 3

02 Oct 16:12
Compare
Choose a tag to compare

This release for the code handling due date on Thursday, both challenge two and three are complete and functional

to use: download the zip file of your choice, and unzip it into any directory, you need to only compile source.c, make sure source.c is in the same dir as its #includes

the example code is in the repo,

Challenge 2

28 Sep 13:08
a16bc20
Compare
Choose a tag to compare

Production Release