Skip to content

Commit

Permalink
Arduino Library specification 2.0
Browse files Browse the repository at this point in the history
Make brzo_i2c compatible with Arduino Library specification 2.0 and later.
  • Loading branch information
pasko-zh committed Jul 15, 2019
1 parent 3118609 commit 19c8896
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/HTU21D/HTU21_brzo.ino → examples/HTU21D/HTU21D.ino
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/*
HTU21_brzo.ino -- An example sketch showing how to use an HTU21 with brzo i2c
HTU21D.ino -- An example sketch showing how to use an HTU21 with brzo i2c
Copyright (c) 2016 Pascal Kurtansky (pascal at kurtansky dot ch).
All rights reserved.
This file is part of the library brzo_i2c.
HTU21_brzo is free software: you can redistribute it and/or modify
HTU21D is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
HTU21_brzo is distributed in the hope that it will be useful,
HTU21D is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 19c8896

Please sign in to comment.