diff options
| author | Damien George | 2014-02-16 21:36:03 +0000 |
|---|---|---|
| committer | Damien George | 2014-02-16 21:36:03 +0000 |
| commit | 754a8dd82767485bdf983a3272d9a8d7a0d23ec8 (patch) | |
| tree | 48d664779fb3764a89303915809512c66f987724 /stm/usb.h | |
| parent | e4758ad2e2b027d3bcbe8b1bfe17087665dbafd0 (diff) | |
stm: Put REPL functions in own file; add raw REPL mode.
Raw REPL mode is activated by CTRL-A, and allows you to more easily
communicate with the pyboard over the serial channel. In particular,
automated communication using, eg, pyserial on the PC side.
Diffstat (limited to 'stm/usb.h')
| -rw-r--r-- | stm/usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ #define VCP_CHAR_NONE (0) +#define VCP_CHAR_CTRL_A (1) +#define VCP_CHAR_CTRL_B (2) #define VCP_CHAR_CTRL_C (3) #define VCP_CHAR_CTRL_D (4) |
