I am using TCS34725 color sensor that captures the rgb values and an arduino program converts these rgb values to hsv and displays the result in serial monitor.The program works fine with arduino uno.
On shifting to attiny85 the program does not show any error during compilation and uploading even though i am using the "serial.print" statements.This really confuses me as I read on many platforms that these functions are not supported by attiny.
Even though it shows no error ,it doesnot show any output on serial monitor.
I am using Attinycore by Spence konde.It will be really helpful if someone could guide me through this problem.