8cH9azbsFifZ / arduino_ft817

Arduino Library for the YAESU FT 817
GNU General Public License v3.0
22 stars 8 forks source link

Display current band name #45

Closed 8cH9azbsFifZ closed 11 years ago

8cH9azbsFifZ commented 11 years ago

/ for (i = 0; i < nbands; i++) { if (bands[i].low <= freq && freq <= bands[i].high) { cur_ch_name = bands[i].name; return; } }/

8cH9azbsFifZ commented 11 years ago

get_cur_ch_name

8cH9azbsFifZ commented 11 years ago

Implemented.