Define battery pin

1.2-legacy
Joar Svensson 2021-11-26 13:28:20 +01:00
rodzic a56851fefa
commit d685682dd9
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -327,6 +327,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define GPS_RX_PIN 36 #define GPS_RX_PIN 36
#define GPS_TX_PIN 37 #define GPS_TX_PIN 37
#define BATTERY_PIN 35 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage
#define I2C_SDA 4 // I2C pins for this board #define I2C_SDA 4 // I2C pins for this board
#define I2C_SCL 15 #define I2C_SCL 15