Skip to content

Commit f1c078c

Browse files
committed
Update Wire.cpp
1 parent ea59a7b commit f1c078c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/Wire/Wire.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ void TwoWire::begin(uint8_t address) {
4747
sercom->enableWIRE();
4848
}
4949

50+
void TwoWire::setClock(uint32_t frequency) {
51+
// dummy funtion
52+
}
53+
5054
uint8_t TwoWire::requestFrom(uint8_t address, size_t quantity, bool stopBit)
5155
{
5256
if(quantity == 0)

0 commit comments

Comments
 (0)