Skip to content
New issue

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

feat: user defined battery curve #110

Merged
merged 2 commits into from
Apr 16, 2024
Merged

feat: user defined battery curve #110

merged 2 commits into from
Apr 16, 2024

Conversation

fengyc
Copy link
Member

@fengyc fengyc commented Apr 16, 2024

No description provided.

@fengyc fengyc merged commit 23eb147 into master Apr 16, 2024
2 checks passed
use std::io;
use std::io::{Read, Write};
use std::io::Write;

Check warning

Code scanning / clippy

unused import: std::io::Write Warning

unused import: std::io::Write
use crate::{PiSugarConfig, Result};

/// SD3078, rtc chip
pub struct SD3078 {
i2c: I2c,
cfg: PiSugarConfig,

Check warning

Code scanning / clippy

field cfg is never read Warning

field cfg is never read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant