Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers BaseSolution.cpp Source File

BaseSolution.cpp

00001 #include "BaseSolution.h"
00002 
00003 BaseSolution::BaseSolution(){}
00004 
00005 void BaseSolution::millimeters_to_steps( double millimeters[], int steps[] ){}
00006 void BaseSolution::steps_to_millimeters( int steps[], double millimeters[] ){}