ikarus / sps-template-raspberry-pi
A simple template to create a SPS on a raspberry pi
v0.8.0
2020-06-12 13:23 UTC
Requires
- ikarus/sps: ^1.0
- ikarus/sps-raspberry-pi: ^0.2
This package is auto-updated.
Last update: 2024-11-12 23:51:05 UTC
README
This template contains all required packages and several examples to create a SPS on a Raspberry Pi
Installation
$ composer create-project ikarus/sps-template-raspberry-pi ./my-sps-project
Run the SPS
Probably you will need to perform the SPS with admin privileges to access the GPIO headers.
$ sudo php ./ikarus.php
or add the following lines to the file: /etc/rc.local
cd /home/pi/my-sps-project
sudo php ikarus.php &