whoopwhoop

This commit is contained in:
LouisFabu
2020-12-30 22:59:56 +01:00
parent 562a93073c
commit 34a646d16e
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
#include <APA102.h>
// Define which pins to use.
const uint8_t dataPin = 10;
const uint8_t clockPin = 11;
const uint8_t dataPin = 3;
const uint8_t clockPin = 2;
const uint8_t brightness = 1;
const uint16_t led_count = 112;