Recently I have a Arduino 101. I would like to connect it with my USB host shield. Unfortunately that didnt work. This is because the Arduino 101 uses other port pins as the Uno.
Does anyone know the pin out of the 101?
Does anyone know a USB host library for the 101?
It looks like the SPI pins are in all the right places, but you'll need an implementation of the USB Host shield that doesn't "drop down" to using AVR-specific SPI calls. It looks like the usb host library is pretty full of very cpu-specific code - are you just getting a "#error "Please define board in avrpins.h"" error at compile time?