/RaspberryPi-Temp-Reading

Python code to allow a Raspberry Pi, along with a BMP180 sensor to read the temperature and preassure and output it to Thingspeak

Primary LanguagePythonApache License 2.0Apache-2.0

RaspberryPi-Temp-Reading

This is a simple Python file that can be used to read the temperture in the surrounding area at a set time, and output it to a Thingspeak account. I based it off of a tutorial I found, but my code has a few changes to it. For a full tutorial, visit this site, which has the original tutorial plus the original code

Copyright 2015 Marlon Jones

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.