<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>I am working with a radio that has a RIT setting. It goes from -7 to +7 and are stored in single byte. The way they are stored, I've not seen before. Here's what they look like.<br>
<br></div>F9 = -7<br></div>FA = -6<br></div>FB = -5<br></div>FC = -4<br></div>FD = -3<br></div>FE = -2<br></div>FF = -1<br>00 = 0<br>01 = +1<br>02 = +2<br>03 = +3<br>04 = +4<br>05 = +5<br>06 = +6<br>07 = +7<br><br><br></div>
I'm sure this is probably simple for some of you Python gurus, but I'm not seeing an easy solution.<br><br></div>What would be a good way to implement this into my CHIRP driver.<br><br></div>Thanks,<br>Jim KC9HI<br>
</div>