RAK14001 RGB LED support (#2464)

* WIP

* WIP

* Moved it

* More random strobey behavior

* Guard to RAK4630 devices for now

* Oops

* Ship it
This commit is contained in:
Ben Meadors
2023-05-06 07:17:40 -05:00
committed by GitHub
parent 7c9d0a022a
commit 09d48f659e
9 changed files with 56 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ extern ScanI2C::DeviceAddress cardkb_found;
extern uint8_t kb_model;
extern ScanI2C::DeviceAddress rtc_found;
extern ScanI2C::DeviceAddress accelerometer_found;
extern ScanI2C::FoundDevice rgb_found;
extern bool eink_found;
extern bool pmu_found;