Apply review suggestions

This commit is contained in:
Wojtek Siudzinski
2020-02-18 16:01:51 +01:00
committed by Daniel Esteban
parent 765440b8ec
commit 0c0af6d3fe
6 changed files with 15 additions and 21 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const (
ESP32_HOST_WK_PIN Pin = 7
)
// Other periferals
// Other peripherals
const (
MODE_BUTTON_PIN Pin = 11
CHARGE_STATUS_PIN Pin = 41
+10 -10
View File
@@ -78,19 +78,19 @@ const (
SPI1_HOLD_PIN Pin = 23
)
// u-blox coprocessor
// u-blox SARA coprocessor
const (
UBLOX_TXD_PIN Pin = 37
UBLOX_RXD_PIN Pin = 36
UBLOX_CTS_PIN Pin = 38
UBLOX_RTS_PIN Pin = 39
UBLOX_RESET_PIN Pin = 12
UBLOX_POWER_ON_PIN Pin = 16
UBLOX_BUFF_EN_PIN Pin = 25
UBLOX_VINT_PIN Pin = 2
SARA_TXD_PIN Pin = 37
SARA_RXD_PIN Pin = 36
SARA_CTS_PIN Pin = 38
SARA_RTS_PIN Pin = 39
SARA_RESET_PIN Pin = 12
SARA_POWER_ON_PIN Pin = 16
SARA_BUFF_EN_PIN Pin = 25
SARA_VINT_PIN Pin = 2
)
// Other periferals
// Other peripherals
const (
MODE_BUTTON_PIN Pin = 11
ANTENNA_SEL_PIN Pin = 7 // Low: chip antenna, High: External uFL
+1 -1
View File
@@ -73,7 +73,7 @@ const (
SPI1_HOLD_PIN Pin = 23
)
// Other periferals
// Other peripherals
const (
MODE_BUTTON_PIN Pin = 11
CHARGE_STATUS_PIN Pin = 41
+1 -3
View File
@@ -1,6 +1,4 @@
{
"inherits": ["particle-3rd-gen"],
"build-tags": ["particle_argon"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
"build-tags": ["particle_argon"]
}
+1 -3
View File
@@ -1,6 +1,4 @@
{
"inherits": ["particle-3rd-gen"],
"build-tags": ["particle_boron"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
"build-tags": ["particle_boron"]
}
+1 -3
View File
@@ -1,6 +1,4 @@
{
"inherits": ["particle-3rd-gen"],
"build-tags": ["particle_xenon"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
"build-tags": ["particle_xenon"]
}