We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add details about RTC / hwclock enabling using config.txt for HAT version:
Name: i2c-rtc Info: Adds support for a number of I2C Real Time Clock devices Load: dtoverlay=i2c-rtc,<param>=<val> mcp7940x Select the MCP7940x device
Use following to load RTC driver for our RTC MCP7940N-I/SN: dtoverlay=i2c-rtc,mcp7940x
dtoverlay=i2c-rtc,mcp7940x
In future hardware versions enable auto-config using device tree if possible.
Also need documentation surrounding using hwclock functionality - see here for reference
The text was updated successfully, but these errors were encountered:
This has been done in #55
Sorry, something went wrong.
No branches or pull requests
Add details about RTC / hwclock enabling using config.txt for HAT version:
Use following to load RTC driver for our RTC MCP7940N-I/SN:
dtoverlay=i2c-rtc,mcp7940x
In future hardware versions enable auto-config using device tree if possible.
Also need documentation surrounding using hwclock functionality - see here for reference
The text was updated successfully, but these errors were encountered: