Skip to content

Commit

Permalink
Merge pull request #220 from thijstriemstra/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ladyada authored Feb 9, 2021
2 parents 478f0dc + 50894be commit 2d0e567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RTClib.h
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class RTC_DS3231 {
void enable32K(void);
void disable32K(void);
bool isEnabled32K(void);
static float getTemperature(); // in Celcius degree
static float getTemperature(); // in Celsius degree
};

/** PCF8523 INT/SQW pin mode settings */
Expand Down

0 comments on commit 2d0e567

Please sign in to comment.