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
Louis Beaudoin committed Apr 24, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a146180 commit d079bd4
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
@@ -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

3 changes: 2 additions & 1 deletion MatrixHardware_KitV1_32x32.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d079bd4

Please sign in to comment.