Update cubesatsim.h

pull/169/head
alanbjohnston 4 years ago committed by GitHub
parent 993c6160c2
commit 1bc90a41c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,8 +41,11 @@
#define TXC_PIN 11 // Transceiver Board is present
#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_PIN 16 // PWM Output to BPF
//#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 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.