projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added extra DoxyGen documentation to the new PrinterHost demo.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
PrinterHost
/
Lib
/
PrinterCommands.c
diff --git
a/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c
b/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c
index
4e2a0d9
..
6ed7fa9
100644
(file)
--- a/
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c
+++ b/
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c
@@
-28,6
+28,12
@@
this software.
\r
*/
\r
\r
this software.
\r
*/
\r
\r
+/** \file
\r
+ *
\r
+ * Printer Device commands, to send/recieve data to and from an attached USB
\r
+ * printer, and to send and receive Printer Class control requests.
\r
+ */
\r
+
\r
#include "PrinterCommands.h"
\r
\r
/** Sends the given data directly to the printer via the data endpoints, for the sending of print commands in printer
\r
#include "PrinterCommands.h"
\r
\r
/** Sends the given data directly to the printer via the data endpoints, for the sending of print commands in printer
\r