-
- Downloads
Add partial project documentation to the incomplete PrinterHost demo.
Change over Printer_GetDeviceID() to require a pointer to the destination buffer plus the buffer size, rather than using a pointer to a special structure. Make new Printer_SendData() function to hide the implementation of sending data to an attached printer, cleaning up the main demo source file body.
Showing
- Demos/Host/Incomplete/PrinterHost/ConfigDescriptor.c 7 additions, 7 deletionsDemos/Host/Incomplete/PrinterHost/ConfigDescriptor.c
- Demos/Host/Incomplete/PrinterHost/ConfigDescriptor.h 24 additions, 11 deletionsDemos/Host/Incomplete/PrinterHost/ConfigDescriptor.h
- Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c 46 additions, 9 deletionsDemos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c
- Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.h 13 additions, 11 deletionsDemos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.h
- Demos/Host/Incomplete/PrinterHost/PrinterHost.c 18 additions, 23 deletionsDemos/Host/Incomplete/PrinterHost/PrinterHost.c
- Demos/Host/Incomplete/PrinterHost/PrinterHost.h 1 addition, 0 deletionsDemos/Host/Incomplete/PrinterHost/PrinterHost.h
- LUFA/ManPages/ChangeLog.txt 1 addition, 1 deletionLUFA/ManPages/ChangeLog.txt
Loading
Please register or sign in to comment