Skip to content

Commit 29d1f98

Browse files
author
Thomas Preston
committed
added spi other user instructions
1 parent 0968c6b commit 29d1f98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/installation.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Then create the spi group and add the user pi::
6161
$ groupadd spi
6262
$ gpasswd -a pi spi
6363

64+
.. note:: To enable other users to access SPI devices (PiFace, for example)
65+
you can add them to the ``spi`` group with ``gpasswd -a otheruser spi``.
66+
6467

6568
Enable GPIO access
6669
^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)