Flying Silicon Sensor
pindefs.h
Go to the documentation of this file.
1
23#ifndef _PINDEFS_H
24#define _PINDEFS_H
25
26// Buzzer pin
27#define PIN_BUZZER D1
28// USB power sense pin
29#define PIN_USB D10
30// Charge current select pin
31#define PIN_HICHG PIN_CHARGING_CURRENT
32// Battery sense enable pin
33#define PIN_BATTV_ENABLE VBAT_ENABLE
34// Battery voltage sense pin
35#define PIN_BATTV PIN_VBAT
36// Charging state
37#define PIN_CHG 23
38
39#define ANALOG_REFV AR_INTERNAL_2_4
40
41// Map LED definitions
42#define LEDR LED_RED
43#define LEDG LED_GREEN
44#define LEDB LED_BLUE
45
46#endif // _PINDEFS_H
47
48