RoboticsClubatUCF / RoboSub

Repo for UCF's entry to RoboSub
MIT License
0 stars 5 forks source link

I2c communication #1

Closed tsimmons15 closed 9 years ago

tsimmons15 commented 9 years ago

The basic skeleton for the Beaglebone Black (I2C_Master.c) and the Arduino('s) (I2C_Slave.ino). Basic communication is working, though no batch reads/writes seem to be working.

If nothing else, gives us a launching point.