Re: API and Documentation
Posted: Thu Aug 18, 2022 4:26 pm
i see this discussion had turn a little fuzzy ... so going back to the original topic...
.... i would like to find C/C++ documentation for esp8266 ... i mean, to program avr arduino i need the arduino api itself (https://www.arduino.cc/reference/en/) and the avr libc reference for low level C language (https://www.nongnu.org/avr-libc/user-ma ... dules.html)... so that way sometimes i use direct C functions like "char lightStr[20]; strlen(myStr);" .... instead "String heavyStr;"... or time functions, printf(), progmem, etc
my question is.... which/where is the esp8266 C lib reference?... not the espressif esp8266 idf sdk api documentation, but the tensilica xtensa lx106 cpu C implementation where idf sdk were built from
.... i would like to find C/C++ documentation for esp8266 ... i mean, to program avr arduino i need the arduino api itself (https://www.arduino.cc/reference/en/) and the avr libc reference for low level C language (https://www.nongnu.org/avr-libc/user-ma ... dules.html)... so that way sometimes i use direct C functions like "char lightStr[20]; strlen(myStr);" .... instead "String heavyStr;"... or time functions, printf(), progmem, etc
my question is.... which/where is the esp8266 C lib reference?... not the espressif esp8266 idf sdk api documentation, but the tensilica xtensa lx106 cpu C implementation where idf sdk were built from