main/calibration.c

branch
idf 5.1
changeset 129
31f9d3e4a85f
parent 54
7b134c27fadb
equal deleted inserted replaced
128:64886971967b 129:31f9d3e4a85f
6 #include "config.h" 6 #include "config.h"
7 7
8 8
9 static const char *TAG = "calibration"; 9 static const char *TAG = "calibration";
10 10
11 extern my_config_t config;
11 12
12 extern uint16_t tp_xleft; ///< Testpoint X left 13 extern uint16_t tp_xleft; ///< Testpoint X left
13 extern uint16_t tp_xright; ///< Testpoint X right 14 extern uint16_t tp_xright; ///< Testpoint X right
14 extern uint16_t tp_ytop; ///< Testpoint Y top 15 extern uint16_t tp_ytop; ///< Testpoint Y top
15 extern uint16_t tp_ybottom; ///< Testpoint Y bottom 16 extern uint16_t tp_ybottom; ///< Testpoint Y bottom

mercurial