Weird compile issues #626
-
Hi Phil. ` ` |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
This is pretty wild: e.g. class Print' has no member named 'availableForWrite' ! This Arduino class had always this method, so there is something completely wrong with your installation.
|
Beta Was this translation helpful? Give feedback.
-
Are you sure that you use the latest version of the AudioKit library as well? |
Beta Was this translation helpful? Give feedback.
-
If you double check the AudioKitHAL.h: the method setSampleRate() can be found on line 397 ! This method exists since Jun 4, 2022 This (installed) file can be found in the lib directory arduino-audiokit/src PERIPH_ID_ADC_BTN is defined in audio_type_def on line 86. This exists since Apr 6, 2022 Make sure that the library is available only once in the Arduino lib directory! |
Beta Was this translation helpful? Give feedback.
This is pretty wild: e.g. class Print' has no member named 'availableForWrite' ! This Arduino class had always this method, so there is something completely wrong with your installation.