Drive clutch at startup

Now you can directly hear if everything is working when turning the printer on.
This commit is contained in:
fruchti 2015-09-20 13:12:29 +02:00
parent 12bc1f39a1
commit 0929328bd2
2 changed files with 37 additions and 36 deletions

View file

@ -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 ////