情况1:
Code: Select all
char c[] = "hello";
c[1] = 'o';
情况2:
Code: Select all
uint32 a[] = {1, 3};
uint16 *b = (uint16 *)a;
b[1] = 2;
Postby Simpleyyt » Wed Jul 06, 2016 11:23 pm
Code: Select all
char c[] = "hello";
c[1] = 'o';
Code: Select all
uint32 a[] = {1, 3};
uint16 *b = (uint16 *)a;
b[1] = 2;
Users browsing this forum: No registered users and 15 guests
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.