robertsonics / Tsunami-Arduino-Serial-Library

Arduino Serial Control Library for Arduino
11 stars 9 forks source link

Misleading typo in the README #3

Open dkadrios opened 5 years ago

dkadrios commented 5 years ago

This line in the typo explaining general usage seems to be incorrect:

In all cases below, the range for t (track number) is 1 through 4096, the range for out (output number) is 1 through 4 for the stereo firmware, and 1 through 8 for the mono firmware

I'm ashamed to admit that it took me way too long to realize that outs are zero-indexed :)