Skip to content

Commit

Permalink
Updated CHANGELOG and bumped up the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
isso committed May 15, 2016
1 parent b43feb2 commit 50a2c9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## v1.9.1(012) (May 15, 2016)
- Added a workaround for 1Sheeld+ slow sending to prevent overruns.

## v1.9.0(011) (April 4, 2016)
- Prepared the library to work with SoftwareSerial and AltSoftSerial libraries. (BETA)
- Made the library connection testable.
- Added a verification byte to frames sent.

## v1.8.0(010) (January 26, 2016)
## v1.8.0(010) (January 26, 2016)
- Added the vibration shield.

## v1.7.0(009) (November 23, 2015)
Expand Down
2 changes: 1 addition & 1 deletion OneSheeld.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define START_OF_FRAME 0xFF
#define END_OF_FRAME 0x00
//Library Version
#define LIBRARY_VERSION 11
#define LIBRARY_VERSION 12
//Time between sending Frames
#define TIME_GAP 200UL

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=OneSheeld
version=1.9.0
version=1.9.1
author=Integreight, Inc. <[email protected]>
maintainer=Eslam Ali <[email protected]>, Islam Mustafa <[email protected]>, Mustafa Fayez <[email protected]>
sentence=It allows you to control your 1Sheeld(s).
Expand Down

0 comments on commit 50a2c9c

Please sign in to comment.