Skip to content
Snippets Groups Projects
Commit 358fa301 authored by Jake Read's avatar Jake Read
Browse files

re-aquanting

parent b49359ae
No related branches found
No related tags found
No related merge requests found
Subproject commit 2e5fc8fc207938607933be3c7b06326573265139
Subproject commit 911cba7c18d0d232ad7e04856c55e99027b3e9f8
......@@ -172,6 +172,7 @@ uint32_t blinkInterval = 50; // ms
void loop() {
osap.loop();
stepper_hw->dacRefresh();
axl_lazyLoop();
if(lastBlink + blinkInterval < millis()){
lastBlink = millis();
CLKLIGHT_TOGGLE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment