Skip to content

Commit

Permalink
fixes #51
Browse files Browse the repository at this point in the history
  • Loading branch information
jellewie authored Dec 13, 2022
1 parent 934fd15 commit ff45a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino/Arduino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ CRGB LEDs[TotalLEDs];
CRGB RGBColor;

#include "Button/Button.h"
Button ButtonsA = {PDI_Button, INPUT, PAO_LED};
Button ButtonsA = {PDI_Button, INPUT, LED_BUILTIN};

#define StableAnalog_AnalogResolution 10 //ESP32 does not support 8bit (byte) analog readings, to set to 10 and scale down to 8
#include "StableAnalog/StableAnalog.h"
Expand Down

0 comments on commit ff45a61

Please sign in to comment.