Skip to content

Commit

Permalink
ci: use renamed library
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed Apr 29, 2024
1 parent 86cbad1 commit 982dd63
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: "STM32duino VL53L8CX"
- name: "Adafruit GFX Library"
- name: "Adafruit SSD1306"
- name: QRCode
- source-url: https://github.com/harriebird/QRCodeGenerator#feature/rename-the-library.git
- name: "Adafruit MAX1704X"
enable-deltas-report: true
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
Expand Down
3 changes: 3 additions & 0 deletions senseBox-bike-atrai/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Libraries

- Uses https://github.com/harriebird/QRCodeGenerator/tree/feature/rename-the-library for generating QR codes
2 changes: 1 addition & 1 deletion senseBox-bike-atrai/display.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#include <qrcode.h>
#include <QRCodeGenerator.h>
#include <Adafruit_MAX1704X.h>

#define SCREEN_WIDTH 128
Expand Down
9 changes: 0 additions & 9 deletions senseBox-bike-atrai/senseBox-bike-atrai.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@

#include <vl53l8cx_class.h>


#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#include <qrcode.h>
#include <Adafruit_MAX1704X.h>




// Accelerometer and Gyroscope
Adafruit_MPU6050 mpu;
// Temperatur and humidity
Expand Down

0 comments on commit 982dd63

Please sign in to comment.