Christopher Williams
Christopher Williams
Hi @threeme3, is there a reason that I2C is bit banged on pins that support hardware I2C? Specifically in `class I2C`: https://github.com/threeme3/QCX-SSB/blob/57e438da4425f3d22deb9ba9b5e64167a20d67b2/QCX-SSB.ino#L768-L775 We can probably at least reduce the code...
If the `modify-global-b!` function is defined in the code below, the compiler does not generate any assembly code to set `*global-a*`. The compiler still generates code to set `*global-b*` to...
I added a `--quality N` option to opusenc.c which automatically selects the bitrate depending on the number of channels in the input file. The quality scale is the same as...