ESP32-S3 GPIO.out_w1ts error Master Branch
Posted: Mon May 30, 2022 7:54 am
I have been using the following with no problems on ESP-IDF 4.4.1.
GPIO.out_w1tc = ((uint32_t)1 << pin);
GPIO.out1_w1tc.val = ((uint32_t)1 << (pin - 32));
I recently installed the master branch, and I now get an error stating:
error: 'GPIO' undeclared (first use in this function)
Any ideas why this is ?
GPIO.out_w1tc = ((uint32_t)1 << pin);
GPIO.out1_w1tc.val = ((uint32_t)1 << (pin - 32));
I recently installed the master branch, and I now get an error stating:
error: 'GPIO' undeclared (first use in this function)
Any ideas why this is ?