Utils Boards  1.0.2
Utility functions and macros to uniform the usage of the WiFi and I2C across different boards
UtilsI2C.h
Go to the documentation of this file.
1 #ifndef _UtilsI2C_h_
2 #define _UtilsI2C_h_
3 
4 #include <Arduino.h>
5 #include <Print.h>
6 #include <Wire.h>
7 
18 void scanBus(TwoWire& bus);
19 
35 void scanBus(TwoWire& bus, Print& pr);
36 
37 #endif // _UtilsI2C_h_
scanBus
void scanBus(TwoWire &bus)
Scan a I2C bus for devices.
Definition: UtilsI2C.cpp:7