Skip to content

Commit

Permalink
Update NeoArmMethod.h (#250)
Browse files Browse the repository at this point in the history
Teensy 3.5 & 3.6 support
  • Loading branch information
Makuna authored Feb 2, 2019
1 parent 5ad70b7 commit 4cf5a09
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/internal/NeoArmMethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ template<typename T_SPEED> class NeoArmMethodBase
uint8_t _pin; // output pin number
};


#if defined(__MK20DX128__) || defined(__MK20DX256__) // Teensy 3.0 & 3.1
// Teensy 3.0 or 3.1 (3.2) or 3.5 or 3.6
#if defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)

class NeoArmMk20dxSpeedProps800KbpsBase
{
Expand Down Expand Up @@ -197,8 +197,6 @@ typedef NeoArmMethodBase<NeoArmMk20dxSpeedBase<NeoArmMk20dxSpeedProps400Kbps>> N

#if F_CPU == 48000000



class NeoArmMk26z64Speed800KbpsBase
{
public:
Expand Down

0 comments on commit 4cf5a09

Please sign in to comment.