Product Specifications

11/7/2017 GeeekNET ESP32 Development Board SKU: EZ-0062 - 52Pi Wiki
http://wiki.52pi.com/index.php/GeeekNET_ESP32_Development_Board_SKU:_EZ-0062 7/7
You can using the Machine module to read CPU frequency.
import machine
machine.freq() # get current CPU frequency
machine.freq(160000000) # set current CPU frequency
ESP-IDF SDK
Obtaining v2.1
The source files attached to this release will not work due to our use of git submodules. Use one of the following methods instead:
Using git
To get this release, use the following commands:
git clone https://github.com/espressif/esp-idf.git esp-idf-v2.1
cd esp-idf-v2.1/
git checkout v2.1
git submodule update --init --recursive
This is the recommended way of obtaining v2.1 of ESP-IDF.
Retrieved from "http://wiki.52pi.com/index.php?title=GeeekNET_ESP32_Development_Board_SKU:_EZ-0062&oldid=3091"
This page was last modified on 24 August 2017, at 09:10.
Content is available under 知识共享署名-非商业性使用-相同方式共享 unless otherwise noted.