ArduCAM / Arducam_mini

GNU Lesser General Public License v2.1
2 stars 1 forks source link

REQUEST compatibility with Arduino Uno R4 #2

Open KaiserGagius opened 4 months ago

KaiserGagius commented 4 months ago

Greetings, I would like to request compatibility with this board, as of right now I get this error that I am too ignorant to fix myself:

In file included from LIBRARYdirectory\20231012_Arducam_V1\20231012_Arducam_V1.ino:37:0: LIBRARYdirectory\Arducam_mini\src/ArduCAM.h:823:2: error: 'regtype' does not name a type; did you mean 'wctype'? regtype *P_CS; ^~~ wctype LIBRARYdirectory\Arducam_mini\src/ArduCAM.h:824:2: error: 'regsize' does not name a type regsize B_CS; ^~~

exit status 1

Compilation error: exit status 1

It doesn´t make much sense since the type is defined at the start of the code, but maybe it is not a proper type for the new architecture?