|
@@ -17,6 +17,7 @@ Lampmaker, Bradley Feldman, and others...
|
17
|
17
|
|
18
|
18
|
|
19
|
19
|
Features:
|
|
20
|
+
|
20
|
21
|
* Interrupt based movement with real linear acceleration
|
21
|
22
|
* High steprate
|
22
|
23
|
* Look ahead (Keep the speed high when possible. High cornering speed)
|
|
@@ -146,7 +147,7 @@ EEPROM:
|
146
|
147
|
M500 - stores paramters in EEPROM
|
147
|
148
|
M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
|
148
|
149
|
M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
149
|
|
-========================================================================================
|
|
150
|
+
|
150
|
151
|
Configuring and compilation:
|
151
|
152
|
============================
|
152
|
153
|
|