Advertisement
Guest User

Untitled

a guest
Feb 15th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. pi@sebbapi ~/johnnyFW $ sudo node button
  2. 1455573612512 Device(s) RaspberryPi-IO
  3. 1455573612744 Connected RaspberryPi-IO
  4. 1455573612828 Repl Initialized
  5. >> fs.js:658
  6. return binding.writeBuffer(fd, buffer, offset, length, position);
  7. ^
  8.  
  9. Error: EIO: i/o error, write
  10. at Error (native)
  11. at Object.fs.writeSync (fs.js:658:20)
  12. at Bus.i2cWriteSync (/home/pi/johnnyFW/node_modules/raspi-io/node_modules/raspi-i2c/node_modules/i2c-bus/i2c-bus.js:340:13)
  13. at I2C.writeSync (/home/pi/johnnyFW/node_modules/raspi-io/node_modules/raspi-i2c/lib/index.js:341:34)
  14. at Raspi.i2cWrite (/home/pi/johnnyFW/node_modules/raspi-io/lib/index.js:482:19)
  15. at Expander.Controllers.MCP23017.pinMode.value (/home/pi/johnnyFW/node_modules/johnny-five/lib/expander.js:113:17)
  16. at Expander.Controllers.MCP23017.initialize.value (/home/pi/johnnyFW/node_modules/johnny-five/lib/expander.js:73:16)
  17. at new Expander (/home/pi/johnnyFW/node_modules/johnny-five/lib/expander.js:1462:10)
  18. at Board.<anonymous> (/home/pi/johnnyFW/button.js:9:5)
  19. at emitNone (events.js:67:13)
  20. pi@sebbapi ~/johnnyFW $ sudo node button
  21. 1455573640059 Device(s) RaspberryPi-IO
  22. 1455573640345 Connected RaspberryPi-IO
  23. 1455573640429 Repl Initialized
  24. >> 1
  25. events.js:141
  26. throw er; // Unhandled 'error' event
  27. ^
  28.  
  29. Error: EIO, Input/output error
  30. at Error (native)
  31. pi@sebbapi ~/johnnyFW $ sudo node button
  32. 1455574328916 Device(s) RaspberryPi-IO
  33. 1455574329201 Connected RaspberryPi-IO
  34. 1455574329285 Repl Initialized
  35. >> 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement