Skip to content

Commit

Permalink
Change in #include and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdeboer committed Jun 26, 2014
1 parent 9d89452 commit 5f5caa5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Spark Core compatible Dallas Temperature sensor library

This library is a port of the original Arduino compatible Dallas Sensor library. Some includes have been fixed, but the libary is otherwise untouched.

***Note:** This library depends on the OneWire library.*
_**Note:** This library depends on the OneWire library._

Original repository by Miles Burton: [Arduino-Temperature-Control-Library](https://github.com/milesburton/Arduino-Temperature-Control-Library).

Expand Down
2 changes: 1 addition & 1 deletion firmware/spark-dallas-temperature.h
Expand Up @@ -24,7 +24,7 @@
#include <OneWire.h>
#elif defined(SPARK) or defined(STM32F10X_MD)
#include "application.h"
#include "OneWire.h"
#include "../OneWire/OneWire.h"
#endif


Expand Down
4 changes: 2 additions & 2 deletions spark.json
Expand Up @@ -2,8 +2,8 @@
"name": "spark-dallas-temperature",
"author": "Tom de Boer <tom@tomdeboer.nl>",
"license": "MIT",
"version": "0.0.4",
"description": "A Spark Core ported, but otherwise untouched libary for controlling Dallas Temperature sensors (DS18B20, DS18S20, DS1822,DS1820)",
"version": "0.0.5",
"description": "A Spark Core ported, but otherwise untouched libary for controlling Dallas Temperature Sensors (DS18B20, DS18S20, DS1822,DS1820)",
"dependencies":{
"OneWire": "*"
}
Expand Down

0 comments on commit 5f5caa5

Please sign in to comment.