Main page
Recent changes
Band decoder for Arduino
B
I
U
S
link
image
code
list
Show page
Syntax
!!YAESU BCD output '''Activate''' uncomment line {{#define BCD_OUT}} This option will reduce the number of relays at 10. Relay 11-14 used for BCD. In band-decoder.ino file you can set rules to select BCD output, dependency to detected band input. {{//=====[ Output BCD ]========================================================================== #if defined(BCD_OUT) void bcdOut(){ boolean BCDmatrixOUT[4][11] = { /* -------------------------------------------------------------------- Band # to output relay 0 1 2 3 4 5 6 7 8 9 10 (Yaesu BCD) 160 80 40 30 20 17 15 12 10 6m -------------------------------------------------------------------- | | | | | | | | | | | V V V V V V V V V V V */ { 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 }, /* --> Relay 11 */ { 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1 }, /* --> Relay 12 */ { 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0 }, /* --> Relay 13 */ { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1 }, /* --> Relay 14}} [Next > Upload Firmware -->|Band decoder for Arduino#Upload_Firmware]
Password
Summary of changes