Skip to content

240Mhz Support For ESP32-S3 #876

Description

@self-rep

The driver ws2812_xtensa.go is currently broken with the following issues.

  1. machine.CPUFrequency() does not work with the newer versions of tinygo.
    I suggest moving to freq, err := machine.GetCPUFrequency() with obvious error checking and running the switch off freq

  2. driver ws2812 is not supported on the esp32-s3 as the S3 runs on a 240mhz clock speed rather than 160 or 80.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions