Drive clutch at startup
Now you can directly hear if everything is working when turning the printer on.
This commit is contained in:
parent
12bc1f39a1
commit
0929328bd2
2 changed files with 37 additions and 36 deletions
|
@ -25,6 +25,7 @@ int main(void)
|
|||
O_EXITSO |= (1 << P_EXITSO);
|
||||
D_EXITSO |= (1 << P_EXITSO);
|
||||
D_CLUTCH |= (1 << P_CLUTCH);
|
||||
O_CLUTCH |= (1 << P_CLUTCH);
|
||||
|
||||
|
||||
//// TIMER 0 ////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue