guys i am having a really hard time here i just recently update to the arduino 1.6.13 and suddenly i am unable to upload programs to my boards using the USB ASP, i tried uploading the DemoReel100 from FastLED and i got this error message -
Arduino: 1.6.13 (Windows 10), Board: "ATtiny, ATtiny85, 8 MHz (internal)"
In file included from C:\Users\Chris\AppData\Local\Temp\arduino_modified_sketch_790352\DemoReel100.ino:1:0:
C:\Users\Chris\Documents\Arduino\libraries\FastLED-3.1.3/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.003
# pragma message "FastLED version 3.001.003"
^
In file included from C:\Users\Chris\Documents\Arduino\libraries\FastLED-3.1.3/FastLED.h:65:0,
from C:\Users\Chris\AppData\Local\Temp\arduino_modified_sketch_790352\DemoReel100.ino:1:
C:\Users\Chris\Documents\Arduino\libraries\FastLED-3.1.3/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
# pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
^
Sketch uses 5,798 bytes (70%) of program storage space. Maximum is 8,192 bytes.
Global variables use 295 bytes of dynamic memory.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -pattiny85 -cusbasp -Pusb -Uflash:w:C:\Users\Chris\AppData\Local\Temp\arduino_build_939068/DemoReel100.ino.hex:i
avrdude: Version 6.3, compiled on Sep 12 2016 at 17:24:16
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : usb
Using Programmer : usbasp
avrdude: Warning: cannot query manufacturer for device: No such file or directory
avrdude: Warning: cannot query product for device: No such file or directory
avrdude: error: could not find USB device with vid=0x16c0 pid=0x5davrdude: error: could not find USB device with vid=0x16c0 pid=0x5d
c vendor='www.fischl.de' product='USBasp'
avrdude done. Thank you.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
It was working fine with a previous version of arduino i dont understand what happened
i really need this working by tomorrow for a party!