mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-01 15:10:43 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user