Skip to content

Commit

Permalink
final final
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Noroian committed Nov 10, 2024
1 parent 824f3ef commit dbf5358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion general/include/pca9539.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ typedef struct {
uint16_t dev_addr;
} pca9539_t;

void pca9539_init(pca9539_t *pca, void *i2c_handler, uint8_t dev_addr);
void pca9539_init(pca9539_t *pca, void *i2c_handler, WritePtr writeFunc,
ReadPtr readFunc, uint8_t dev_addr);

int pca9539_read_reg(pca9539_t *pca, uint8_t reg_type, uint8_t *buf);

Expand Down

0 comments on commit dbf5358

Please sign in to comment.