Skip to content

Commit

Permalink
FW 0.25 added pin read command
Browse files Browse the repository at this point in the history
  • Loading branch information
Misfittech committed Oct 16, 2017
1 parent 075d616 commit 5e0b0e0
Show file tree
Hide file tree
Showing 2 changed files with 802 additions and 760 deletions.
3 changes: 2 additions & 1 deletion firmware/stepper_nano_zero/board.h
Expand Up @@ -44,7 +44,7 @@
//#define ENABLE_PHASE_PREDICTION //this enables prediction of phase at high velocity to increase motor speed
//as of FW0.11 it is considered development only

#define VERSION "FW: 0.24" //this is what prints on LCD during splash screen
#define VERSION "FW: 0.25" //this is what prints on LCD during splash screen

//Define this to allow command out serial port, else hardware serial is debug log
#define CMD_SERIAL_PORT
Expand Down Expand Up @@ -121,6 +121,7 @@
* 0.22 - Added home command;
* 0.23 -- added motor voltage sense to remove stepping on power up
* 0.24 - Disabled the home command which used the enable pin if you do not have enable pin
* 0.25 - Added pin read command
*
*/

Expand Down

0 comments on commit 5e0b0e0

Please sign in to comment.