mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
removed debug print lines
This commit is contained in:
parent
ae3ae02707
commit
6cc775ebdf
@ -63,17 +63,14 @@ void setup()
|
||||
Wire.begin();
|
||||
|
||||
#if defined WIRE_IMPLEMENT_WIRE1 || WIRE_INTERFACES_COUNT > 1
|
||||
Serial.println("wire1 implemetned");
|
||||
Wire1.begin();
|
||||
wirePortCount++;
|
||||
#endif
|
||||
#if defined WIRE_IMPLEMENT_WIRE2 || WIRE_INTERFACES_COUNT > 2
|
||||
Serial.println("wire2 implemetned");
|
||||
Wire2.begin();
|
||||
wirePortCount++;
|
||||
#endif
|
||||
#if defined WIRE_IMPLEMENT_WIRE3 || WIRE_INTERFACES_COUNT > 3
|
||||
Serial.println("wire2 implemetned");
|
||||
Wire3.begin();
|
||||
wirePortCount++;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user