gdsports / USB_Host_Library_SAMD

USB host library 2.0 for Zero/M0/SAMD
126 stars 39 forks source link

delay.h not found #23

Closed sdetweil closed 2 years ago

sdetweil commented 2 years ago

using on Arduino Nano IOT board

libraries/USB_Host_Library_SAMD-master/src/usbhub.cpp:18:10: fatal error: delay.h: No such file or directory

include "delay.h"

include from sketch

include

include

or just

include

if I comment it out , no errors

sdetweil commented 2 years ago

closed, dup of #16