diff options
author | Alessandro Ranellucci <aar@cpan.org> | 2011-08-29 16:05:37 +0200 |
---|---|---|
committer | Alessandro Ranellucci <aar@cpan.org> | 2011-08-29 16:05:37 +0200 |
commit | 736a8f3b4a79d40b6c69eda659ba53e41c7ab342 (patch) | |
tree | 469a34e44f433ed280cb726605489ceb72b6bcdf | |
parent | 2acd4af635f0800fe1da38055efa5664b6b92307 (diff) |
Added setup_acceleration() to header file
-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); |