Skip to content

Commit

Permalink
Merge pull request #41 from caternuson/iss40
Browse files Browse the repository at this point in the history
Fix redLed()
  • Loading branch information
ladyada committed May 28, 2019
2 parents 991fd39 + 1729aae commit 50d49cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Adafruit_CircuitPlayground.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ bool Adafruit_CircuitPlayground::begin(uint8_t brightness) {
lis = Adafruit_CPlay_LIS3DH(CPLAY_LIS3DH_CS);
mic = Adafruit_CPlay_Mic();

speaker.begin();

strip.begin();
strip.show(); // Initialize all pixels to 'off'
strip.setBrightness(brightness);
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=Adafruit Circuit Playground
version=1.8.3
version=1.8.4
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=All in one library to control Adafruit's Circuit Playground board.
Expand Down

0 comments on commit 50d49cf

Please sign in to comment.