now testing Proteus HS outputs
This commit is contained in:
parent
a8136ad8b2
commit
1be564f454
|
@ -79,7 +79,7 @@ int executionCounter = 0;
|
||||||
|
|
||||||
bool isGood = true;
|
bool isGood = true;
|
||||||
|
|
||||||
for (int currentIndex = 16;currentIndex<20;currentIndex++) {
|
for (int currentIndex = 0;currentIndex<20;currentIndex++) {
|
||||||
bool isThisGood = runTest(currentIndex);
|
bool isThisGood = runTest(currentIndex);
|
||||||
if (isThisGood) {
|
if (isThisGood) {
|
||||||
chprintf(chp, "GOOD channel %d\r\n", index2human(currentIndex));
|
chprintf(chp, "GOOD channel %d\r\n", index2human(currentIndex));
|
||||||
|
|
Loading…
Reference in New Issue