Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Update DuinoCoin_Wire.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun authored Aug 12, 2021
1 parent 1c0ff90 commit e935c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DuinoCoin_Esp_Async_Master/DuinoCoin_Wire.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@
#define SCL 22
#endif

#define WIRE_CLOCK 100000

void wire_setup()
{
//pinMode(SDA, INPUT_PULLUP);
//pinMode(SCL, INPUT_PULLUP);
Wire.begin(SDA, SCL);
Wire.setClock(WIRE_CLOCK);
wire_readAll();
}

Expand Down

0 comments on commit e935c0f

Please sign in to comment.