Added blank line for readability in encoder_driver.ino

This commit is contained in:
Patrick Goebel 2016-03-15 07:47:23 -07:00
parent bf88d3fa03
commit 453eae91b5

View File

@ -32,6 +32,7 @@
if (i == LEFT) return encoders.YAxisReset();
else return encoders.XAxisReset();
}
#elif defined(ROBOGAIA_3_AXIS)
/* Robogaia 3-axis encoder shield */