Added setup_acceleration() to header file
This commit is contained in:
parent
2acd4af635
commit
736a8f3b4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue