Skip to content

Commit

Permalink
md rgb
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimbSnail committed Apr 16, 2023
1 parent 49d420a commit a5c847e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AIO_Firmware_PIO/src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
#include "driver/imu.h"
#include "network.h"

// RGB
#define RGB_LED_PIN 27

// SD_Card
#define SD_SCK 14
#define SD_MISO 26
Expand Down
1 change: 0 additions & 1 deletion AIO_Firmware_PIO/src/driver/rgb_led.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <esp32-hal-timer.h>

#define RGB_LED_NUM 2
#define RGB_LED_PIN 27

#define LED_MODE_RGB 0
#define LED_MODE_HSV 1
Expand Down

0 comments on commit a5c847e

Please sign in to comment.