In my embedded project, I have one process that creates values that should be transmitted, and another that processes them. I made the below code to allow the creation process to write up to 2 packets ...
Before I upload some DSP code I've been working on, I have a question about good style. When doing lookup tables for mathematical functions that take an integer, I've always allowed negative indexes ...