Parcourir la source

Use timing values more accurate to internal clock

S3
jrhoffa il y a 3 ans
Parent
révision
2c5b1fcef6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      main/rmt_leds.cpp

+ 1
- 1
main/rmt_leds.cpp Voir le fichier

@@ -7,7 +7,7 @@ static const char *TAG = "rmt_leds";
#include "rmt_leds.hpp"


#define WS2811_PULSE_WIDTH_NS 833
#define WS2811_PULSE_WIDTH_NS 825
#define WS2811_RESET_WIDTH_US 300

// Each pulse is divided into thirds - two high / one low for 1, vice versa for 0


Chargement…
Annuler
Enregistrer