forked from M-Labs/nix-servo
pyfastservo adc: print 100 times to check test pattern
This commit is contained in:
parent
4940ee52cc
commit
5343b3d45a
@ -155,6 +155,9 @@ def configure_ltc2195():
|
|||||||
# Performing Word Align
|
# Performing Word Align
|
||||||
perform_bitslip()
|
perform_bitslip()
|
||||||
find_edge()
|
find_edge()
|
||||||
|
|
||||||
|
# Printing it once is not enough to check whether the alignment is correct.
|
||||||
|
for i in range(100):
|
||||||
print_adc_channels()
|
print_adc_channels()
|
||||||
|
|
||||||
main_adc_test_mode(spi, False)
|
main_adc_test_mode(spi, False)
|
||||||
|
Loading…
Reference in New Issue
Block a user