Go to the documentation of this file.
8 #ifndef USB_HOST_SHIELD_SETTINGS_H
9 #define USB_HOST_SHIELD_SETTINGS_H
17 #define ENABLE_UHS_DEBUGGING 0
23 #ifndef USB_HOST_SERIAL
24 #define USB_HOST_SERIAL Serial
32 #define USE_UHS_MEGA_ADK 0 // If you are using Arduino 1.5.5 or newer there is no need to do this manually
35 #define USE_UHS_BLACK_WIDDOW 0
38 #define USE_XMEM_SPI_LOCK 0
46 #ifndef MASS_MAX_SUPPORTED_LUN
47 #define MASS_MAX_SUPPORTED_LUN 8
57 #if !defined(DEBUG_USB_HOST) && ENABLE_UHS_DEBUGGING
58 #define DEBUG_USB_HOST
62 #if defined(ARDUINO) && ARDUINO >=100
67 #include <pins_arduino.h>
68 #include <avr/pgmspace.h>
72 #if USE_XMEM_SPI_LOCK | defined(USE_MULTIPLE_APP_API)
75 #define XMEM_ACQUIRE_SPI() (void(0))
76 #define XMEM_RELEASE_SPI() (void(0))