Added setup_acceleration() to header file

This commit is contained in:
Alessandro Ranellucci 2011-08-29 16:05:37 +02:00
parent 2acd4af635
commit 736a8f3b4a

View file

@ -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);