9 - libdevice-serialport-perl
 
  12 - libraries/AirQuality_Sensor/
 
  13 - libraries/DustSensor/
 
  14 - libraries/Humidity_Temperature_Sensor/
 
  15 - libraries/LCD_Display9696/
 
  21 Upload on /dev/ttyUSB0 (to be adapted)
 
  22 --------------------------------------
 
  23 $ make DEVICE_PATH=/dev/ttyUSB0 upload
 
  25 Collect in rrd/ from /dev/ttyUSB0 (to be adapted)
 
  26 -------------------------------------------------
 
  27 $ ./collect.pl /dev/ttyUSB0 &
 
  29 Generate .png in view/
 
  33 Generate .png in view/ for specific dates
 
  34 ----------------------------------------
 
  35 $ make view/png years=2015 months=11 days="01 02"
 
  37 or by using full file paths:
 
  39 $ make view/{humidity,particles,quality,temperature}/2015/11/01.png
 
  41 Generate .html5 in view/
 
  42 -----------------------
 
  45 Generate .html5 in view/ for specific dates
 
  46 ------------------------------------------
 
  47 $ make view/html5 years=2015 months=11 days="01 02"
 
  49 or by using full file paths:
 
  51 $ make view/2015/11.html5