Hi everyone !
I've a problem. I would like to make this project : Department of Computer Science and Technology – Raspberry Pi: Section 3: Turing machine hardware. but with an Aduino..
I understand all the electronic, but I can't understand how to make it with an Arduino...
Can ya help me ?
Thanks !
Elodie
Elodie,
My first reaction was that you may be biting more than you can chew. 
I may be possible however to map the Pi's GPIO pins to Arduino pins and use Arduino's I2C pins (SDA and SCL) to achieve this goal.
You will also need to change the code so that the pin mappings correspond to the pins you use on Arduino, not to mention porting the Python code to C++ so that you can use the Arduino IDE.