miguel719
Results
1
issues of
miguel719
I'm trying to read bytes from an slave arduino. But i'm unable to get the correct bytes values. The slave arduino code: ``` #include void setup() { Wire.begin(8); Wire.onRequest(requestEvent); }...