Skip to content

Commit

Permalink
Fixed the tester board. Updated self test for a slow LED scanning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapta committed Apr 11, 2015
1 parent b37fe56 commit 73a2705
Show file tree
Hide file tree
Showing 7 changed files with 4,608 additions and 679 deletions.
2 changes: 1 addition & 1 deletion pro-mini/lpcxpresso/self_test/src/self_test.cpp
Expand Up @@ -71,7 +71,7 @@ static void loop() {
pin_table[i].set(i != current_pin_index);
}

if (timer.usecs() >= 100000) {
if (timer.usecs() >= 750000) {
timer.reset();
current_pin_index = (current_pin_index + 1) % kPinCount;
}
Expand Down
Binary file modified pro-mini/tester/arm-pro-mini-tester-board.pdf
Binary file not shown.
Binary file modified pro-mini/tester/arm-pro-mini-tester-schematic.pdf
Binary file not shown.

0 comments on commit 73a2705

Please sign in to comment.