mbed robotracer for education.
Robotracer (line follower robot ) using stepper motor.
/media/uploads/hayama/mbedrobotracer-manual-english.pdf
/media/uploads/hayama/mbedrobotracer-manual-japanese.pdf
/media/uploads/hayama/eagle-design-robotracer.zip
movie -> https://www.youtube.com/watch?v=INwun8gSds4
(for competition->) https://www.youtube.com/watch?v=l_gP2pUt4w0
mbed/LPC1768/cmsis.h
- Committer:
- hayama
- Date:
- 2013-10-02
- Revision:
- 1:200aad416161
- Parent:
- 0:da22b0b4395a
File content as of revision 1:200aad416161:
/* mbed Microcontroller Library - CMSIS * Copyright (C) 2009-2011 ARM Limited. All rights reserved. * * A generic CMSIS include header, pulling in LPC1768 specifics */ #ifndef MBED_CMSIS_H #define MBED_CMSIS_H #include "LPC17xx.h" #include "cmsis_nvic.h" #endif