xiao-ble: add initial support for the Xiao BLE + Ebyte E22-900M30S (#2633)

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
andrew-moroz
2023-07-21 21:37:00 -04:00
committed by GitHub
parent 084ad1b722
commit 1c74479555
11 changed files with 639 additions and 3 deletions

View File

@@ -66,6 +66,14 @@
#endif
#ifdef _SEEED_XIAO_NRF52840_SENSE_H_
// This board uses 0 to be mean LED on
#undef LED_INVERTED
#define LED_INVERTED 1
#endif
#ifndef TTGO_T_ECHO
#define GPS_UBLOX
#endif