This website requires JavaScript.
Explore
Help
Sign In
pohui_pohui
/
firmware
Watch
1
Star
0
Fork
0
You've already forked firmware
mirror of
https://github.com/meshtastic/firmware.git
synced
2025-02-23 12:53:23 +00:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
cf4753f7fd
firmware
/
src
/
graphics
/
RAKled.h
5 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
Initial support for MonteOps's fixed hardware platform (#2582) * Initial support for MonteOps's fixed hardware platform * Update platformio env config + cleanup * Fix platformio build * Fix platformio build * Fix wrong definition logic for NCP5623 * Fix another wrong definition logic for NCP5623, it's not board feature * Fix wrong definition logic for NCP5623 in External Notification code, it's not board feature * We need for CI magic here * Another fix related to NCP5623 * Fix cosmetic issue with redifined variable * Fix typo * Cleanup and update defs for HW1 * Fix OEM RAK4631 * Fix AQ sensor reading * Fix AQ sensor reading (better variant) * Fix build for other nRF52 devices * Replace HAS_EINK_RAK to RAK_4631
2023-07-03 14:34:32 +00:00
#
ifdef HAS_NCP5623
RAK14001 LED - Turn on to 50% at boot (#2571) * Addition of RAK 14001 functionality to start and stay on for boot * Fixing via Trunk --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2023-06-27 00:59:44 +00:00
#
include
<NCP5623.h>
extern
NCP5623
rgb
;
#
endif
Reference in New Issue
Copy Permalink