Skip to content

Commit

Permalink
ADD: uart command usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
r2axz committed Nov 19, 2020
1 parent 6c51ff6 commit 368dd2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cdc_shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ static const cdc_shell_cmd_t cdc_shell_commands[] = {
"and params are:\r\n"
" output\t[pp|od]\r\n"
" active\t[low|high]\r\n"
" pull\t\t[floating|up|down]",
" pull\t\t[floating|up|down]\r\n"
"Example: uart 1 tx output od, sets UART1 TX output type to open-drain\r\n"
"Example: uart 3 rts active high dcd active high pull low, allows to control multiple signals at once."
},
{ 0 }
};
Expand Down

0 comments on commit 368dd2a

Please # to comment.