waterloop / waterloop-website-old

Official website of Waterloop
https://teamwaterloop.ca
7 stars 4 forks source link

BCK-6 Receive and send packets in I2C in GO #20

Closed nikolaevra closed 6 years ago

nikolaevra commented 6 years ago

The idea is that we have a bunch of Arduinos that are talking to all of the sensors and we are going to define a binary data structure that we will use to send packets between backend (likely Linux) computer and Arduinos. We were planning on using I^2C for packet transfer between the Arduinos and Backend, so we have to find a way to read binary input that is sent through i^2c

nikolaevra commented 6 years ago

➤ Edwin Zhang commented:

https://godoc.org/golang.org/x/exp/io/i2c