Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Feb 7, 2022
1 parent bae6c46 commit 151f960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/TCS3472-Basic/TCS3472-Basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void setup()
void loop()
{
ArduinoTCS3472::colorDataRaw color;

tcs3472.get_colorData(&color);
Serial.print("Clear = ");
Serial.println(color.clear);
Expand Down

0 comments on commit 151f960

Please sign in to comment.