half-way commit to explain some of what is going on
authorArthur Wolf <wolf.arthur@gmail.com>
Tue, 26 Jun 2012 14:56:40 +0000 (16:56 +0200)
committerArthur Wolf <wolf.arthur@gmail.com>
Tue, 26 Jun 2012 14:56:40 +0000 (16:56 +0200)
commitfeb204be4ed66733bf3d36209555e4d3ffd12429
tree2f978e2cb4d312b7458bb6fbc98db6a948570e76
parent20e6c3235203698fc70fa31a987b0ae889db866f
half-way commit to explain some of what is going on
14 files changed:
gcc4mbed/build/mbed.ld
makefile
src/libs/Kernel.cpp
src/libs/Pin.h
src/libs/StepTicker.cpp
src/libs/StepTicker.h
src/libs/StepperMotor.cpp [new file with mode: 0644]
src/libs/StepperMotor.h [new file with mode: 0644]
src/main.cpp
src/modules/robot/Robot.cpp
src/modules/robot/Robot.h
src/modules/robot/Stepper.cpp
src/modules/robot/Stepper.h
src/modules/tools/extruder/Extruder.cpp