Merge pull request #730 from hpsaturn/fix_twristband_config
Fix twristband config issue
This commit is contained in:
commit
eb50069459
@ -21,6 +21,7 @@
|
|||||||
;halfile = ttgobeam.h
|
;halfile = ttgobeam.h
|
||||||
halfile = ttgobeam10.h
|
halfile = ttgobeam10.h
|
||||||
;halfile = ttgotdisplay.h
|
;halfile = ttgotdisplay.h
|
||||||
|
;halfile = ttgotwristband.h
|
||||||
;halfile = fipy.h
|
;halfile = fipy.h
|
||||||
;halfile = lopy.h
|
;halfile = lopy.h
|
||||||
;halfile = lopy4.h
|
;halfile = lopy4.h
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#define HAS_BUTTON (33) // on board button A
|
#define HAS_BUTTON (33) // on board button A
|
||||||
|
|
||||||
// power management settings
|
// power management settings
|
||||||
#define BAT_MEASURE_ADC ADC1_GPIO34_CHANNEL // battery probe GPIO pin -> ADC1_CHANNEL_6
|
#define BAT_MEASURE_ADC ADC1_GPIO35_CHANNEL // battery probe GPIO pin -> ADC1_CHANNEL_7
|
||||||
#define BAT_VOLTAGE_DIVIDER 2.605f // voltage divider
|
#define BAT_VOLTAGE_DIVIDER 2.605f // voltage divider
|
||||||
|
|
||||||
// Display Settings
|
// Display Settings
|
||||||
|
Loading…
Reference in New Issue
Block a user