Skip to content

Commit

Permalink
adding Arduino.h to all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyscout committed Feb 4, 2024
1 parent 0dc40e5 commit ba34220
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include "Arduino.h"
#include "MCP3x6x.h"

#if defined ARDUINO_AVR_PROMICRO8
Expand Down
1 change: 1 addition & 0 deletions examples/analogRead_Mux/analogRead_Mux.ino
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include "Arduino.h"
#include "MCP3x6x.h"

#if defined ARDUINO_AVR_PROMICRO8
Expand Down
1 change: 1 addition & 0 deletions examples/analogRead_Scan/analogRead_Scan.ino
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include "Arduino.h"
#include "MCP3x6x.h"

#if defined ARDUINO_AVR_PROMICRO8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include "Arduino.h"
#include "MCP3x6x.h"

#if defined ARDUINO_AVR_PROMICRO8
Expand Down

0 comments on commit ba34220

Please sign in to comment.