-
Notifications
You must be signed in to change notification settings - Fork 216
Open
Description
Using Arduino IDE 2.0, I'm trying to compile code using "MeAuriga.h" library, but I always get the error :
my_user_path\Documents\Arduino\libraries\Makeblock-Libraries-3.26\src\MeSuperVariable.cpp: In member function 'void* MeSuperVariable::set_variable(char*, uint8_t, void*, uint8_t)':
my_user_path\Documents\Arduino\libraries\Makeblock-Libraries-3.26\src\MeSuperVariable.cpp:241:14: error: cannot convert 'bool' to 'void*' in return
Here's a basic example which does not compile.
#include <MeAuriga.h>
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("test");
delay(1000);
}
Metadata
Metadata
Assignees
Labels
No labels