Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Build options changed, rebuilding all
  2. In file included from C:\Users\Franck\Documents\Arduino\poly\poly.ino:7:0:
  3.  
  4. C:\Users\Franck\Documents\Arduino\libraries\FastLED-master/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.006
  5.  
  6. # pragma message "FastLED version 3.001.006"
  7.  
  8. ^
  9.  
  10. In file included from C:\Users\Franck\Documents\Arduino\libraries\FastLED-master/FastLED.h:68:0,
  11.  
  12. from C:\Users\Franck\Documents\Arduino\poly\poly.ino:7:
  13.  
  14. C:\Users\Franck\Documents\Arduino\libraries\FastLED-master/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
  15.  
  16. # pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
  17.  
  18. ^
  19.  
  20. Bootloader file specified but missing: C:\Users\Franck\AppData\Local\Arduino15\packages\adafruit\hardware\samd\1.0.19\bootloaders\trinket\samd21_sam_ba.bin
  21. Sketch uses 27472 bytes (10%) of program storage space. Maximum is 262144 bytes.
  22. Atmel SMART device 0x1001000a found
  23. Device : ATSAMD21E18A
  24. Chip ID : 1001000a
  25. Version : v1.1 [Arduino:XYZ] Aug 11 2017 16:59:32
  26. Address : 8192
  27. Pages : 3968
  28. Page Size : 64 bytes
  29. Total Size : 248KB
  30. Planes : 1
  31. Lock Regions : 16
  32. Locked : none
  33. Security : false
  34. Boot Flash : true
  35. BOD : true
  36. BOR : true
  37. Arduino : FAST_CHIP_ERASE
  38. Arduino : FAST_MULTI_PAGE_WRITE
  39. Arduino : CAN_CHECKSUM_MEMORY_BUFFER
  40. Erase flash
  41. done in 0.860 seconds
  42.  
  43. Write 27756 bytes to flash (434 pages)
  44.  
  45. [==== ] 14% (64/434 pages)
  46. [======== ] 29% (128/434 pages)
  47. [============= ] 44% (192/434 pages)
  48. [================= ] 58% (256/434 pages)
  49. [====================== ] 73% (320/434 pages)
  50. [========================== ] 88% (384/434 pages)
  51. [==============================] 100% (434/434 pages)
  52. done in 0.202 seconds
  53.  
  54. Verify 27756 bytes of flash with checksum.
  55. Verify successful
  56. done in 0.039 seconds
  57. CPU reset.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement