This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
cam.c | ||
| |
cam.h | ||
| |
jtag/ | ||
| |
lcd.c | ||
| |
lcd.h | ||
| |
lib/ | ||
| |
main | ||
| |
main.c | ||
| |
main.map | ||
| |
makefile | ||
| |
oled.c | ||
| |
oled.h | ||
| |
servo.c | ||
| |
servo.h | ||
| |
stm32.ld | Sun Feb 15 07:16:41 -0800 2009 | |
| |
stm32f10x_conf.h | ||
| |
stm32f10x_it.c | ||
| |
stm32f10x_it.h | ||
| |
ui.c | ||
| |
ui.h |
README
################################################################### ################################################################### ### FollowingRobot ### An ARM Cortex-M3 based robot, using a small digital ### camera module from SparkFun to process image data, ### with the goal of tracking the user and following ### them. Motion is obtained with two modified servos. ### ### This project is an A2 coursework for Design and ### Technology: Systems and Control, AQA. ### ### Author: Adam Greig <adam@adamgreig.com> ### Date: Academic Year 2008/09 ### License: See individual files. Library code ### by ST Microelectronics, see files for further ### details. Linker scripts by RAISONANCE, see files ### for further details. ### Some linker scripts, makefile and ### startup scripts by 'Lanchon' of the ST forums, ### released into the public domain. Modifications ### by Martin Thomas. ### Application code by Adam Greig, released under ### the Creative Commons 2.0 Attribution Share-Alike ### No-Commercial license England & Wales, see ### http://creativecommons.org/licenses/by-nc-sa/2.0/uk/ ### ###################################################################








