summaryrefslogtreecommitdiff
path: root/src/drivers/PinMap.h
blob: 61bb10e4963aa722394753dcb99ffa28b7e96eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#pragma once

#ifdef WATCH_P8

// BatteryController.h
#define PINMAP_CHARGING_PIN 19

// Cst816s.h
#define PINMAP_CST816S_RESET_PIN 13

// SystemTask.h
#define PINMAP_BUTTON_PIN 17

#else

// BatteryController.h
#define PINMAP_CHARGING_PIN 12

// Cst816s.h
#define PINMAP_CST816S_RESET_PIN 10

// SystemTask.h
#define PINMAP_BUTTON_PIN 13

#endif