Add basic hardware configuration options for P8
This enables the configuration of the LFCLK source, as well as the target hardware board pin configuration.
This commit is contained in:
parent
bab86633a0
commit
8b0559c481
5 changed files with 48 additions and 10 deletions
|
|
@ -4,8 +4,8 @@
|
|||
namespace Pinetime {
|
||||
namespace PinMap {
|
||||
|
||||
#ifdef WATCH_P8
|
||||
// COLMI P8
|
||||
#if defined(DRIVER_PINMAP_P8)
|
||||
// COLMI P8 and variants
|
||||
static constexpr uint8_t Charging = 19;
|
||||
static constexpr uint8_t Cst816sReset = 13;
|
||||
static constexpr uint8_t Button = 17;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue