Advertisement
djmaj0

Untitled

Sep 11th, 2019
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. In file included from C:\Users\djmaj0\Desktop\projects\Soil_Moisture_Sensor_v1_21\Soil_Moisture_Sensor_v1_21.ino:26:0:
  2.  
  3. C:\Users\djmaj0\Documents\Arduino\libraries\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.002.010
  4.  
  5. # pragma message "FastLED version 3.002.010"
  6.  
  7. ^
  8.  
  9. In file included from C:\Users\djmaj0\Documents\Arduino\libraries\FastLED/FastLED.h:65:0,
  10.  
  11. from C:\Users\djmaj0\Desktop\projects\Soil_Moisture_Sensor_v1_21\Soil_Moisture_Sensor_v1_21.ino:26:
  12.  
  13. C:\Users\djmaj0\Documents\Arduino\libraries\FastLED/fastspi.h:115:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
  14.  
  15. # pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
  16.  
  17. ^
  18.  
  19. C:\Users\djmaj0\Desktop\projects\Soil_Moisture_Sensor_v1_21\Soil_Moisture_Sensor_v1_21.ino: In function 'void myTimerEvent()':
  20.  
  21. Soil_Moisture_Sensor_v1_21:227:9: error: 'bridge1' was not declared in this scope
  22.  
  23. bridge1.virtualWrite(V1,1);
  24.  
  25. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement