Search found 1 match

by pekka.lehtikoski
Wed Mar 25, 2020 11:51 am
Forum: General Discussion
Topic: single channel frequency generator
Replies: 4
Views: 15560

Re: single channel frequency generator

/* * Example: Generate 1 MHz clock signal with ESP32 note 24.3.2020/pekka ESP32: LEDC peripheral can be used to generate clock signals between 40 MHz (half of APB clock) and approximately 0.001 Hz. Please check the LEDC chapter in Technical Reference Manual. Example code below. */ #include "driver/...