- init.py, img-post.py
  /etc/rc.local から起動
  python /home/pi/init.py
  python /home/pi/img-post.py &

- adc.py, w1_temp.py
  cronで定期実行
  crontab -e で以下のように設定
  */10 * * * * python /home/pi/w1_temp.py
  */10 * * * * python /home/pi/adc.py
