File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ The following paragraphs provide some insights into the software structure:
2727
2828** cmd interpreter**
2929Process commands and queries (?) from ESP:
30- - ` Move: ` save active drive and current limit, set g_STATUSflags.move
31- - ` Home: ` save active drive and current limit, set g_STATUSflags.home
32- - ` Status? ` send status data (position[ 1..4] , max. motor current, STATUSflags
33- - ` Version? ` send PIC version
34- - ` SetPos? ` send positions[ 1..4]
35- - ` max_mA? ` send max_mAx10[ 1..4]
36- - ` LogData? ` send logdata[ ]
30+ - ` Move: ` set active drive and current limit, set g_STATUSflags.move
31+ - ` Home: ` set active drive and current limit, set g_STATUSflags.home
32+ - ` Status? ` query status data (position[ 1..4] , max. motor current, STATUSflags
33+ - ` Version? ` query PIC version
34+ - ` SetPos? ` query positions[ 1..4]
35+ - ` max_mA? ` query max_mAx10[ 1..4]
36+ - ` LogData? ` query logdata[ ]
3737 - ` Bootload! ` reboot into bootloader
3838
3939### init.c
You can’t perform that action at this time.
0 commit comments