Defines

Printer.h File Reference

Common definitions and declarations for the library USB Printer Class driver. More...

#include "../../USB.h"
#include <string.h>

Defines

#define PRNT_PORTSTATUS_NOTERROR   (1 << 3)
#define PRNT_PORTSTATUS_SELECT   (1 << 4)
#define PRNT_PORTSTATUS_PAPEREMPTY   (1 << 5)

Detailed Description

Common definitions and declarations for the library USB Printer Class driver.

Note:
This file should not be included directly. It is automatically included as needed by the class driver dispatch header located in LUFA/Drivers/USB/Class/Printer.h.