Skip to content

Commit

Permalink
V1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felias-fogg committed Dec 14, 2023
1 parent db4255b commit 77afd7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/LibraryBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Compile all examples
uses: ArminJo/arduino-test-compile@master
with:
required-ibraries: SparkFun HTU21D Humidity and Temperature Sensor Breakout
arduino-board-fqbn: ${{ matrix.arduino-boards-fqbn }}
platform-url: ${{ matrix.platform-url }}
build-properties: ${{ toJson(matrix.build-properties) }}
Expand Down
4 changes: 0 additions & 4 deletions examples/bma020FlexWire/bma020FlexWire.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
// Readout BMA020 chip


#include <FlexI2CMaster.h>
#include <avr/io.h>


#include <FlexWire.h>

FlexWire Wire = FlexWire(A4, A5);
Expand Down

0 comments on commit 77afd7c

Please sign in to comment.