Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 788 Bytes

File metadata and controls

27 lines (20 loc) · 788 Bytes

Arduino

Library:

References:

Raspberry Pi

設定開機自動執行程式

安裝 Supervisor

# apt-get install supervisor

設定 Supervisor

# vi /etc/supervisor/supervisord.conf
[program:thingspeak]
command=/usr/bin/python /home/pi/thingspeak.py