Skip to content
Snippets Groups Projects
Commit f1c078cb authored by PaoloP74's avatar PaoloP74
Browse files

Update Wire.cpp

parent ea59a7b5
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,10 @@ void TwoWire::begin(uint8_t address) {
sercom->enableWIRE();
}
void TwoWire::setClock(uint32_t frequency) {
// dummy funtion
}
uint8_t TwoWire::requestFrom(uint8_t address, size_t quantity, bool stopBit)
{
if(quantity == 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment