payload back in

pico-v0.1
alanbjohnston 3 years ago committed by GitHub
parent c20d78fc70
commit 668196947a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,7 @@ void setup() {
config_gpio(); config_gpio();
/* /**/
pinMode(PI_3V3_PIN, INPUT); pinMode(PI_3V3_PIN, INPUT);
Serial.print("Pi 3.3V: "); Serial.print("Pi 3.3V: ");
Serial.println(digitalRead(PI_3V3_PIN)); Serial.println(digitalRead(PI_3V3_PIN));
@ -77,7 +77,7 @@ void setup() {
payload_OK_only(); payload_OK_only();
} }
} }
*/ /**/
read_reset_count(); read_reset_count();
// mode = FSK; // AFSK; // mode = FSK; // AFSK;
@ -143,7 +143,7 @@ void loop() {
// ; // // ; //
read_ina219(); read_ina219();
// read_payload(); read_payload();
// encode as digits (APRS or CW mode) or binary (DUV FSK) // encode as digits (APRS or CW mode) or binary (DUV FSK)
if ((mode == BPSK) || (mode == FSK)) if ((mode == BPSK) || (mode == FSK))

Loading…
Cancel
Save

Powered by TurnKey Linux.