File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Coverage Status] ( https://coveralls.io/repos/github/blues/note-arduino/badge.svg?branch=master )] ( https://coveralls.io/github/blues/note-arduino?branch=master )
2
2
3
- # note-arduino
3
+ # note-arduino
4
4
5
5
The note-arduino Arduino library for communicating with the
6
6
[ Blues] [ blues ] Notecard via serial or I²C. Includes example sketches in
Original file line number Diff line number Diff line change 1
1
name =Blues Wireless Notecard
2
- version =1.6.0
2
+ version =1.6.1
3
3
author =Blues
4
4
maintainer =Blues <
[email protected] >
5
5
sentence =An easy to use Notecard Library for Arduino.
Original file line number Diff line number Diff line change 47
47
48
48
#define NOTE_ARDUINO_VERSION_MAJOR 1
49
49
#define NOTE_ARDUINO_VERSION_MINOR 6
50
- #define NOTE_ARDUINO_VERSION_PATCH 0
50
+ #define NOTE_ARDUINO_VERSION_PATCH 1
51
51
52
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
53
You can’t perform that action at this time.
0 commit comments