Hi.
There are functions in librtc.a with promising names, like rtc_xtal_32k_ena, dac_out, hall_sens_read,
temprature_sens_read (yes, it's actually spelled wrongly), touch_init, touch_read, rtc_smoke_detector_demo, etc.
Some of them, namely hall_sense_read and temprature_sens_read are used in an example that's in Jack Tan's fork
of the esp-idf (https://github.com/icamgo/esp-idf).
Also shown in jack's wiki: http://wiki.jackslab.org/ESP32_Onchip_Sensor
Is there any documentation of this functions?
cu
Uhrheber
Functions in librtc.a
Functions in librtc.a
Last edited by uhrheber on Wed Nov 16, 2016 7:32 am, edited 1 time in total.
Re: Functions in librtc.a
They should be in 1.0 release in 2 weeks...
Re: Functions in librtc.a
FYI, the source code of most of these functions will be pulled from librtc.a into the driver component, starting with analog parts of RTC. That's pretty trivial and I'm sure we will have this in 1.0 release.