Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis committed Nov 28, 2023
1 parent 130b639 commit 5b5a70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/VS1/VS1.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class VS1 {

bool read(const Datapoint& datapoint);
bool write(const Datapoint& datapoint, const VariantValue& value);
bool write(const Datapoint& datapoint, const uint8_t* data, uint8_t length);

bool begin();
void loop();
Expand Down
1 change: 1 addition & 0 deletions src/VS2/VS2.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class VS2 {

bool read(const Datapoint& datapoint);
bool write(const Datapoint& datapoint, const VariantValue& value);
bool write(const Datapoint& datapoint, const uint8_t* data, uint8_t length);

bool begin();
void loop();
Expand Down

0 comments on commit 5b5a70d

Please sign in to comment.