mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-23 12:53:23 +00:00
7 lines
82 B
C
7 lines
82 B
C
![]() |
#include "main.h"
|
||
|
|
||
|
#ifdef RAK4630
|
||
|
#include <NCP5623.h>
|
||
|
extern NCP5623 rgb;
|
||
|
|
||
|
#endif
|