RPI projects
This contains projects for Raspberry Pi. Below is a list and description of current projects:
----weatherLCD-v1.py
:: A weather ticker for a RPi and an Adafruit 16x2 LCD panel that uses openweathermap.org API to call the following information:
:: -Current Condition (clouds, sunny, etc), Current Temp, Current Humidity, Wind speed and direction, sunrise and sunset.
:: Requires an API key from openweathermap.org. Confirmed working on a RPI model B (older) and monocolor (nonRGB) LCD panel.