mikaelpatel / Arduino-OWI

One Wire Interface (OWI) library for Arduino
https://mikaelpatel.github.io/Arduino-OWI/
61 stars 15 forks source link

[HELP] Simple hello world example #12

Open aidv opened 2 months ago

aidv commented 2 months ago

I've had a go with this library for a few days now and I've almost scratched a hole in my skull because I can't get it to work.

Can someone create a simple hello world example where two Arduinos send two bytes to each other?

Or maybe they could send a string where Arduino A sends "hello" and Arduino B replies with "world"?

Please, Thanks.