We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f6e9d commit b8c1e57Copy full SHA for b8c1e57
config/rockets/testrocket.json
@@ -43,6 +43,9 @@
43
},
44
"telemetry_power_control": {
45
"id": 1
46
+ },
47
+ "gps_stub": {
48
+ "id": 2
49
}
50
51
"communications": [
@@ -53,6 +56,8 @@
53
56
["SIL_INPUT", "telemetry_power_control:5"],
54
57
["telemetry_power_control:6", "SIL_OUTPUT"],
55
58
["telemetry_power_control:26", "RADIO_OUTPUT"],
59
+ ["gps_stub:33", "telemetry_power_control:32"],
60
+ ["telemetry_power_control:33", "gps_stub:32"],
61
["RADIO_INPUT", "telemetry_power_control:25"]
62
]
63
src/includes/pins.h
@@ -29,3 +29,6 @@
29
#define SPI1_SCLK 29
30
#define SPI1_SSEL 30
31
#define RADIO_RST 31
32
+#define GPS_RX 32
33
+#define GPS_TX 33
34
+#define BATT_VOLTAGE 34
0 commit comments