diff options
author | kliment <kliment.yanev@gmail.com> | 2011-08-29 07:12:21 -0700 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-08-29 07:12:21 -0700 |
commit | 03af4f0a658a28f955cb32a8bb6539a2b184e1d5 (patch) | |
tree | 469a34e44f433ed280cb726605489ceb72b6bcdf /Sprinter/Sprinter.h | |
parent | bc9e0b7a5ee63dddefd2f29700809eaaf091d135 (diff) | |
parent | 736a8f3b4a79d40b6c69eda659ba53e41c7ab342 (diff) |
Merge pull request #82 from alexrj/setup-acceleration
Refactoring acceleration math to a new setup_acceleration() function to make M92 work
Diffstat (limited to 'Sprinter/Sprinter.h')
-rw-r--r-- | Sprinter/Sprinter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sprinter/Sprinter.h b/Sprinter/Sprinter.h index d612b5d..a7c7a8f 100644 --- a/Sprinter/Sprinter.h +++ b/Sprinter/Sprinter.h @@ -8,6 +8,7 @@ void get_command(); void process_commands(); void manage_inactivity(byte debug); +void setup_acceleration(); void manage_heater(); int temp2analogu(int celsius, const short table[][2], int numtemps, int source); |