Skip to content

Commit

Permalink
Create ScanI2C.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
bonezegei authored Sep 29, 2023
1 parent b7a4e4e commit 860b423
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/ScanI2C.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
Scan address 0-255 connected to I2c
and prints the output to Serial
Author: Bonezegei (Jofel Batutay)
Date: September 2023
*/

#include "Bonezegei_I2CScan.h"

void setup() {
Serial.begin(115200);
Bonezegei_I2CScan();
}

void loop() {
}

0 comments on commit 860b423

Please sign in to comment.