Closed
Description
void setup() {}
void loop() {
// Visualize leds via Adalight
int8_t newData = adalight();
}
//#define ADALIGHT_USE_TEMPLATE
#ifdef ADALIGHT_USE_TEMPLATE
#error
int16_t adalight_template()
#else
int8_t adalight()
#endif
{
// Flag if the leds got a new frame that should be updated
return 0;
}
/*
* sketch_oct03d:5: error: 'adalight' was not declared in this scope
int8_t newData = adalight();
*/
Error in code above, should be self explaining.
Metadata
Metadata
Assignees
Labels
No labels