Skip to content

Commit 8e6d565

Browse files
authored
Update README.md
1 parent fb4e4ae commit 8e6d565

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

PIC-ValveControl/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ The following paragraphs provide some insights into the software structure:
2727

2828
**cmd interpreter**
2929
Process 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

0 commit comments

Comments
 (0)