Skip to content

Commit

Permalink
Update I2C.h
Browse files Browse the repository at this point in the history
  • Loading branch information
williamg42 authored Apr 26, 2018
1 parent 20926d2 commit bc9ef3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/I2C.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class I2C
uint8_t read_byte(uint8_t);
uint8_t read_only();
uint8_t write_byte(uint8_t, uint8_t);
uint8_t write_byte(uint8_t);
uint8_t read_length(uint8_t, uint8_t, uint8_t*);

private:
Expand Down

0 comments on commit bc9ef3c

Please sign in to comment.