Update cubesatsim.h

pull/169/head
alanbjohnston 4 years ago committed by GitHub
parent 89794306bd
commit 7902e6950f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,10 +42,10 @@
#define SWTX_PIN 14 // SR_FRS_05W Transmit Pico software serial port
#define SQUELCH 15 // SR_FRS_05W Squelch out
//#define MAIN_INA219 16 // Power the INA219s on the Main board
#define BPSK_PWM_A_PIN 16 // PWM Output Phase A to switch
#define BPSK_PWM_B_PIN 15 // PWM Output Phase B to switch
#define BPSK_CONTROL_A 6 // control for Phase A to switch
#define BPSK_CONTROL_B 7 // control for Phase A to switch
#define BPSK_PWM_A_PIN 6 // PWM Output Phase A to switch
#define BPSK_PWM_B_PIN 7 // PWM Output Phase B to switch
#define BPSK_CONTROL_A 16 // control for Phase A to switch
#define BPSK_CONTROL_B 15 // control for Phase A to switch
#define PTT_PIN 17 // SR_FRS_05W PTT Push to Talk - transmit
#define STEM_LED_GREEN 18 // STEM board LED1 Green
#define STEM_LED_BLUE 19 // STEM board LED2 Blue

Loading…
Cancel
Save

Powered by TurnKey Linux.