hello,
i am testing the libraries with my environment(ESP32-S3-MINI, ArduinoIDE),
i installed 2 libraries: NMEA2000_esp32 and NMEA2000.
after towards i ran code verify with simple gpio adjusments and i receive the following error:
c:\Users\WoWpr\OneDrive\Documents\Arduino\libraries\NMEA2000_esp32\NMEA2000_esp32.cpp:123:23: error: 'PERIPH_CAN_MODULE' was not declared in this scope
periph_module_reset(PERIPH_CAN_MODULE);
i didnt find any mention of "PERIPH_CAN_MODULE" in the libraries, could you pleases navigate me towards its source?
later on i found that most of the functions in init function probable point to "driver/periph_ctrl" which i couldnt find.
hello,
i am testing the libraries with my environment(ESP32-S3-MINI, ArduinoIDE),
i installed 2 libraries: NMEA2000_esp32 and NMEA2000.
after towards i ran code verify with simple gpio adjusments and i receive the following error:
i didnt find any mention of "PERIPH_CAN_MODULE" in the libraries, could you pleases navigate me towards its source?
later on i found that most of the functions in init function probable point to "driver/periph_ctrl" which i couldnt find.