Skip to content

Commit

Permalink
Increased minimum block period to support Teensy 3.1 at 48MHz
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Beaudoin committed Apr 24, 2014
1 parent a146180 commit d079bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MatrixHardware_KitV1_16x32.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
#define LATCH_TIMER_PULSE_WIDTH_NS 438
// set this by triggering scope on latch rising edge, and with persistence enabled,
// look for the last clock pulse after the latch. set the min block period to be beyond this last pulse
#define MIN_BLOCK_PERIOD_NS 5000
// default (10us) is a generous minimum that should work with all Teensy 3.x devices at 48MHz and above
#define MIN_BLOCK_PERIOD_NS 10000

// this section describes how the microcontroller is attached to the display

Expand Down
3 changes: 2 additions & 1 deletion MatrixHardware_KitV1_32x32.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
#define LATCH_TIMER_PULSE_WIDTH_NS 438
// set this by triggering scope on latch rising edge, and with persistence enabled,
// look for the last clock pulse after the latch. set the min block period to be beyond this last pulse
#define MIN_BLOCK_PERIOD_NS 5000
// default (10us) is a generous minimum that should work with all Teensy 3.x devices at 48MHz and above
#define MIN_BLOCK_PERIOD_NS 10000

// this section describes how the microcontroller is attached to the display

Expand Down

0 comments on commit d079bd4

Please sign in to comment.