Skip to content

Commit

Permalink
Fix string in Simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgioAresu authored Nov 14, 2016
1 parent ba106e3 commit 5f259f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Simple/Simple.pde
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void setup(void)
{
// start serial port
Serial.begin(9600);
Serial.println("Dallas Temperature IC Control Library Demo");
Serial.println("Fan Controller Library Demo");

// Start up the library
fan.begin();
Expand Down

0 comments on commit 5f259f1

Please sign in to comment.