Skip to content

Commit

Permalink
Fixed oops in file
Browse files Browse the repository at this point in the history
I was checking defines source and left test code in the file
  • Loading branch information
jfseaman committed Sep 9, 2024
1 parent 52f61c8 commit 9e68e3a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ It will take a couple itterations through bootsel/port to get the coms stabalize
#define TOUCH_INT 16
#define TOUCH_RST -1

int foo = PCA

Arduino_XCA9554SWSPI *expander = new Arduino_XCA9554SWSPI(
PCA_TFT_RESET, PCA_TFT_CS, PCA_TFT_SCK, PCA_TFT_MOSI,
&Wire, 0x3F);
Expand Down

0 comments on commit 9e68e3a

Please sign in to comment.