asix-sigma: update comment on channel names (vendor doc says "1-16")
Eliminate doubt from a comment on ASIX SIGMA's channel names which was
introduced in commit d261dbbfcc
. Publicly available documentation does
agree their names start at "1" and go up to "16".
This commit is contained in:
parent
2d8a508976
commit
7718f3ca8f
|
@ -24,9 +24,9 @@
|
||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Channel numbers seem to go from 1-16, according to this image:
|
* Channels are labelled 1-16, see this vendor's image of the cable:
|
||||||
* http://tools.asix.net/img/sigma_sigmacab_pins_720.jpg
|
* http://tools.asix.net/img/sigma_sigmacab_pins_720.jpg (TI/TO are
|
||||||
* (the cable has two additional GND pins, and a TI and TO pin)
|
* additional trigger in/out signals).
|
||||||
*/
|
*/
|
||||||
static const char *channel_names[] = {
|
static const char *channel_names[] = {
|
||||||
"1", "2", "3", "4", "5", "6", "7", "8",
|
"1", "2", "3", "4", "5", "6", "7", "8",
|
||||||
|
|
Loading…
Reference in New Issue