We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Wire.h
1 parent a1f2943 commit fc1ac75Copy full SHA for fc1ac75
library.properties
@@ -1,5 +1,5 @@
1
name=Blues Wireless Notecard
2
-version=1.6.1
+version=1.6.2
3
author=Blues
4
maintainer=Blues <[email protected]>
5
sentence=An easy to use Notecard Library for Arduino.
@@ -8,3 +8,4 @@ category=Communication
8
url=https://github.com/blues/note-arduino
9
architectures=*
10
includes=Notecard.h
11
+depends=Wire
src/Notecard.h
@@ -47,7 +47,7 @@
47
48
#define NOTE_ARDUINO_VERSION_MAJOR 1
49
#define NOTE_ARDUINO_VERSION_MINOR 6
50
-#define NOTE_ARDUINO_VERSION_PATCH 1
+#define NOTE_ARDUINO_VERSION_PATCH 2
51
52
#define NOTE_ARDUINO_VERSION NOTE_C_STRINGIZE(NOTE_ARDUINO_VERSION_MAJOR) "." NOTE_C_STRINGIZE(NOTE_ARDUINO_VERSION_MINOR) "." NOTE_C_STRINGIZE(NOTE_ARDUINO_VERSION_PATCH)
53
0 commit comments