Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. sketch_jun19a:2: error: stray '\342' in program
  12.  
  13. int wartezeitAus=60;​
  14.  
  15. ^
  16.  
  17. sketch_jun19a:2: error: stray '\200' in program
  18.  
  19. sketch_jun19a:2: error: stray '\213' in program
  20.  
  21. sketch_jun19a:3: error: stray '\342' in program
  22.  
  23. int interrupcion= 0;​
  24.  
  25. ^
  26.  
  27. sketch_jun19a:3: error: stray '\200' in program
  28.  
  29. sketch_jun19a:3: error: stray '\213' in program
  30.  
  31. sketch_jun19a:5: error: stray '\342' in program
  32.  
  33. {​
  34.  
  35. ^
  36.  
  37. sketch_jun19a:5: error: stray '\200' in program
  38.  
  39. sketch_jun19a:5: error: stray '\213' in program
  40.  
  41. sketch_jun19a:6: error: stray '\342' in program
  42.  
  43. pinMode(10, OUTPUT);​
  44.  
  45. ^
  46.  
  47. sketch_jun19a:6: error: stray '\200' in program
  48.  
  49. sketch_jun19a:6: error: stray '\213' in program
  50.  
  51. sketch_jun19a:7: error: stray '\342' in program
  52.  
  53. pinMode(8, OUTPUT);​
  54.  
  55. ^
  56.  
  57. sketch_jun19a:7: error: stray '\200' in program
  58.  
  59. sketch_jun19a:7: error: stray '\213' in program
  60.  
  61. sketch_jun19a:8: error: stray '\342' in program
  62.  
  63. pinMode(7, OUTPUT);​
  64.  
  65. ^
  66.  
  67. sketch_jun19a:8: error: stray '\200' in program
  68.  
  69. sketch_jun19a:8: error: stray '\213' in program
  70.  
  71. sketch_jun19a:9: error: stray '\342' in program
  72.  
  73. pinMode(5, OUTPUT);​
  74.  
  75. ^
  76.  
  77. sketch_jun19a:9: error: stray '\200' in program
  78.  
  79. sketch_jun19a:9: error: stray '\213' in program
  80.  
  81. sketch_jun19a:10: error: stray '\342' in program
  82.  
  83. pinMode(3, OUTPUT);​
  84.  
  85. ^
  86.  
  87. sketch_jun19a:10: error: stray '\200' in program
  88.  
  89. sketch_jun19a:10: error: stray '\213' in program
  90.  
  91. sketch_jun19a:11: error: stray '\342' in program
  92.  
  93. pinMode (2, INPUT_PULLUP);​
  94.  
  95. ^
  96.  
  97. sketch_jun19a:11: error: stray '\200' in program
  98.  
  99. sketch_jun19a:11: error: stray '\213' in program
  100.  
  101. sketch_jun19a:12: error: stray '\342' in program
  102.  
  103. attachInterrupt (2,funcionInterrupt,CHANGE);​
  104.  
  105. ^
  106.  
  107. sketch_jun19a:12: error: stray '\200' in program
  108.  
  109. sketch_jun19a:12: error: stray '\213' in program
  110.  
  111. sketch_jun19a:13: error: stray '\342' in program
  112.  
  113. }​
  114.  
  115. ^
  116.  
  117. sketch_jun19a:13: error: stray '\200' in program
  118.  
  119. sketch_jun19a:13: error: stray '\213' in program
  120.  
  121. sketch_jun19a:15: error: stray '\342' in program
  122.  
  123. {​
  124.  
  125. ^
  126.  
  127. sketch_jun19a:15: error: stray '\200' in program
  128.  
  129. sketch_jun19a:15: error: stray '\213' in program
  130.  
  131. exit status 1
  132. stray '\342' in program
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement