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

rtc_ds1307.h has function declaration/definition error making it not compatible with the library. #1

Open
sidharth-458 opened this issue Dec 3, 2024 · 0 comments

Comments

@sidharth-458
Copy link

sidharth-458 commented Dec 3, 2024

void time_i2c_write_single(uint8_t device_address, uint8_t register_address, uint8_t *data_byte);

was


void time_i2c_write_single(uint8_t device_address, uint8_t register_address, uint8_t data_byte);

likewise

void time_i2c_read_single(uint8_t device_address, uint8_t register_address, uint8_t *data_byte);

was


void time_i2c_read_single(uint8_t device_address, uint8_t register_address, uint8_t data_byte);
@sidharth-458 sidharth-458 changed the title rtc_ds1307_low_level.c has function declaration/definition error making it not compatible with the library. rtc_ds1307.h has function declaration/definition error making it not compatible with the library. Dec 4, 2024
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

No branches or pull requests

1 participant