I'm trying to run the code example from this tutorial on my Arduino, but it doesn't seem to be working: http://www.circuitsathome.com/mcu/connecting-barcode-scanner-arduino-usb-host-shield I keep getting the error message: "expected class name before '{' token," and it highlights Line #59. Anybody understand what's going on? I've installed all the libraries and copied them into the project folder, too.
Never mind, I just noticed that I didn't download or install Arduino.h, inttypes.h, avr/pgmspace.h, or confdescparser.h. Gonna install those libraries and report back to y'all.
I just installed confdescparser.h, and I'm not quite sure how to acquire the other three, or if I already have them and I just don't know it. Still getting the exact same error. Thoughts?