0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... over 13 years ago
Merge branch 'master' of github.com:steakunderscore/LineBOT More... over 13 years ago
Added the outline for archiving purposes. More... over 13 years ago
Added the prototype for algorithm start function More... over 13 years ago
Removed unused delay file. We are using the avr lib More... over 13 years ago
Updated Makefile so 'make program' would work. Changed the test program. More... almost 14 years ago
Cleaning old code More... almost 14 years ago
Fixed errors with motor.h stubs. More... almost 14 years ago
Added more stubs for the motor functions. More... almost 14 years ago
Changed CPU freq and fixed avr-size error More... almost 14 years ago
Forgot to add the new Makefile. More... almost 14 years ago
Renamed makefile to Makefile. More... almost 14 years ago
Removed the 206 PIO defines and added our ones More... almost 14 years ago
Removed F_CPU define from target as it is in the makefile More... almost 14 years ago
Added main method to allow compilation for syntax checking More... almost 14 years ago
Added more compiler files to the list More... almost 14 years ago
Corrected the source file list More... almost 14 years ago
Started the new algorithm, this records the maze as it traverses it. Changed all the constants to use the '((unsigned char) x)' format to ensure they are really unsigned char's More... almost 14 years ago
Adding files from ENEL206 that may be useful. target.h will need to be setup with our specific values. More... almost 14 years ago
Ignoring the ENEL206 files More... almost 14 years ago
Changing the stubs to use char's instead of int's More... almost 14 years ago
Final missing constants More... almost 14 years ago
Changed "true", "false", "LEFT", "RIGHT" and "CENTER" to be global defines in constants.h More... almost 14 years ago
Started on the algorithm and added required stubs to sensor.h and motor.h More... almost 14 years ago
Added license information to the files. More... almost 14 years ago
Added the GPL license to the project More... almost 14 years ago
Adding the files needed, see Wave for details on what these will contain. More... almost 14 years ago
Added makefile stolen from the example.zip on http://www.elec.canterbury.ac.nz/intranet/dsl/p30-avr/p50-enel206/index.html More... almost 14 years ago
Added README and git ignore files More... almost 14 years ago