Add power control

This commit is contained in:
fruchti 2018-08-24 01:25:05 +02:00
parent 94b7ac4f8f
commit 5491961e8b
4 changed files with 10 additions and 4 deletions

View file

@ -19,7 +19,6 @@
// Port B
#define PIN_THERMISTOR 0 // PB0 - Thermistor (ADC12_IN8)
#define PIN_VBATT 1 // PB1 - Battery monitor (ADC12_IN9)
#define PIN_SUPPLY 2 // PB2 - Voltage regulator enable
#define PIN_PAPER 3 // PB3 - Paper detect
#define PIN_CAMERA_PCLK 4 // PB4 - Camera pixel clock (TIM3_CH1)
#define PIN_CAMERA_HSYNC 5 // PB5 - Camera VSYNC (TIM3_CH2)
@ -36,3 +35,4 @@
// Port C
#define PIN_LED 13 // PC13 - Status LED
#define PIN_SUPPLY 14 // PC14 - Voltage regulator enable