dasBente / m3-modular-puzzle

Repository für die Entwicklung eines modularen Puzzles für das M3 Projektpraktikum
GNU General Public License v3.0
0 stars 0 forks source link

Communication between Controller and Modules #3

Closed dasBente closed 8 years ago

dasBente commented 8 years ago

It is necessary for the main controller to communicate with the other modules of the puzzle in order to control game state changes such as a module being solved or the player commiting a error and enable randomization of the games.

dasBente commented 8 years ago

I added @FlixCoder as he already worked on establishing a protocol to be used for communication between modules. The implementation is probably going to make use of I2C and Arduinos Wire library.

dasBente commented 8 years ago

The communication between modules works now. There is still a bit of error handeling and some safety measures to be implemented though.