smoothie port to mbed online compiler (smoothieware.org)
For documentation, license, ..., please check http://smoothieware.org/
This version has been tested with a 3 axis machine
modules/robot/arm_solutions/BaseSolution.cpp@0:31e91bb0ef3c, 2012-07-31 (annotated)
- Committer:
- scachat
- Date:
- Tue Jul 31 21:11:18 2012 +0000
- Revision:
- 0:31e91bb0ef3c
smoothie port to mbed online compiler
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
scachat | 0:31e91bb0ef3c | 1 | #include "BaseSolution.h" |
scachat | 0:31e91bb0ef3c | 2 | |
scachat | 0:31e91bb0ef3c | 3 | BaseSolution::BaseSolution(){} |
scachat | 0:31e91bb0ef3c | 4 | |
scachat | 0:31e91bb0ef3c | 5 | void BaseSolution::millimeters_to_steps( double millimeters[], int steps[] ){} |
scachat | 0:31e91bb0ef3c | 6 | void BaseSolution::steps_to_millimeters( int steps[], double millimeters[] ){} |