Skip to content

Commit

Permalink
Update OrangePiZero.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgurk authored Oct 1, 2018
1 parent d6521bb commit 2bbafae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OrangePiZero.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Reboot

Let's make it accessible without root.
/etc/udev/rules.d/50-spi.rules:
`SUBSYSTEM=="spidev", GROUP="spiuser", MODE="0660"`
```
SUBSYSTEM=="spidev", GROUP="spiuser", MODE="0660"
```
```
sudo udevadm control --reload-rules
sudo groupadd spiuser
Expand Down

0 comments on commit 2bbafae

Please sign in to comment.