Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Jan 11, 2024
1 parent d1b711a commit 58d2ef6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions examples/ACS712_ESP32_external_ADC/.arduino-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ compile:
# - esp8266
# - mega2560
# - rpipico
libraries:
- ADS1x15

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

// see also ACS712_20_DC_external_ADC.ino

#include <Arduino.h>
#include <ACS712.h>
#include <ADS1X15.h>
#include "Arduino.h"
#include "ACS712.h"
#include "ADS1X15.h"


// I2C config
Expand Down

0 comments on commit 58d2ef6

Please sign in to comment.