Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read packets in the adc's data format
read_packet() scans bytes from the serial port until if finds one with the control bit set HIGH, then takes that byte and the next two and returns their numerical values as a list.
- Loading branch information