-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue due to change in how Adafruit Neopixel library was initli…
…ased post compile time.
- Loading branch information
Seon Rozenblum
committed
Apr 25, 2018
1 parent
6a7d9db
commit 410488d
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// --------------------------------------------------------------------------- | ||
// Neo7Segment Library - v1.0 - 28/01/2018 | ||
// Neo7Segment Library - v1.0.1 - 25/04/2018 | ||
// | ||
// AUTHOR/LICENSE: | ||
// Created by Seon Rozenblum - [email protected] | ||
|
@@ -25,6 +25,7 @@ | |
// HISTORY: | ||
|
||
// | ||
// 25/04/2018 v1.0.1 - Fixed bug due to change in Adafruit Neopixel library initialisation | ||
// 28/01/2018 v1.0 - Initial release. | ||
// | ||
// --------------------------------------------------------------------------- | ||
|