SPX-14733 RGB Sensor (Qwiic) - BH1749NUC

I bought the RGB Sensor board together with RedBoard Qwiic, I am able to upload all the Ardunio Sketch sample successfully. But I cannot find any sample in Github on how to control and preview the sensor board thru PC or Mac. Is there any download link which I can preview the [RGB Sensor Evaluation App] as shown in the product photo?

https://cdn.sparkfun.com//assets/parts/ … -1000w.JPG

My objective is to gather HEX value for color code, I have look thru the example in Github on Example5_Hex_Color_Generation.ino. But I don’t understand how to wire Arduino to accept any key as shown in the code:

Serial.println("Hold sensor up to a pure " + 
            colorNames + " source and press ANY KEY");
Serial.println("Press any key to sample a color...\r\n");

The entire setup is wired as the product photo in previous post, but the serial monitor always print “Error initializing the rgb sensor.” at startup after I sucessfully upload the sketch to Arduino.