We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Wire.h
1 parent fc1ac75 commit d8e8fbdCopy full SHA for d8e8fbd
library.properties
@@ -1,5 +1,5 @@
1
name=Blues Wireless Notecard
2
-version=1.6.2
+version=1.6.3
3
author=Blues
4
maintainer=Blues <[email protected]>
5
sentence=An easy to use Notecard Library for Arduino.
@@ -8,4 +8,3 @@ 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 2
+#define NOTE_ARDUINO_VERSION_PATCH 3
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