Activities/Turtle Art/Programmable Brick: Difference between revisions
Tonyforster (talk | contribs) |
Tonyforster (talk | contribs) |
||
| Line 206: | Line 206: | ||
Look in /sys/devices on your computer to find other devices you may be able to access. | Look in /sys/devices on your computer to find other devices you may be able to access. | ||
You can | You can also read events in /dev/input . Use the od (octal dump) command to inspect these events, eg | ||
sudo od /dev/input/event0 | sudo od /dev/input/event0 | ||