Switch to 6 channels on PORTD.

Switch from PORTB to PORTD so that a full 6 channels can be used
without messing with the LED.  Per suggestion in issue #7.  I was
unable to find any issues with using PORTB.  During initial development
I ran into some noise & stability issues but I believe those were
solved later via allowing the ports to settle prior to beginning
sampling.
This allows for 6 channels, starting with digital pin 2 (next to the
UART TX pin) and ending at digital pin 7.
The debug pin is now digital pin 8.
This commit is contained in:
Andrew Gillham
2013-02-08 17:02:18 -08:00
parent 864ae2c826
commit 396a3ccfa5
2 changed files with 56 additions and 70 deletions

View File

@@ -30,7 +30,7 @@ device.trigger.stages = 1
device.trigger.complex = false
# The total number of channels usable for capturing
device.channel.count = 5
device.channel.count = 6
# The number of channels groups, together with the channel count determines the channels per group
device.channel.groups = 1
# Whether the capture size is limited by the enabled channel groups