diff --git a/docs/assignments/week11-machines/tic-tac-toe-machine.md b/docs/assignments/week11-machines/tic-tac-toe-machine.md index f826b1a51bf996aba9bf0b465ce34cc47b3b5365..42fc5e8381e175ff8c1d7f8dcc9b737c561c6a2a 100644 --- a/docs/assignments/week11-machines/tic-tac-toe-machine.md +++ b/docs/assignments/week11-machines/tic-tac-toe-machine.md @@ -1,3 +1,13 @@ # Tic Tac Toe Machine +# Iteration 1 +Sending custom commands to arduino via Serial Interface + +<video width="600" height="400" controls> + <source src="../tic-tac-toe-machine/iteration-1-sending-custom-commands-to-arduino-via-serial.m4v" type="video/mp4"> +</video> + +# Iteration 2 + +Sending GCODE commands to Arduino with GRBL installed \ No newline at end of file diff --git a/docs/assignments/week11-machines/tic-tac-toe-machine/iteration-1-sending-custom-commands-to-arduino-via-serial.m4v b/docs/assignments/week11-machines/tic-tac-toe-machine/iteration-1-sending-custom-commands-to-arduino-via-serial.m4v new file mode 100644 index 0000000000000000000000000000000000000000..0011f3c11f54b12dc0bb84ae4ffb832538b8b3cd Binary files /dev/null and b/docs/assignments/week11-machines/tic-tac-toe-machine/iteration-1-sending-custom-commands-to-arduino-via-serial.m4v differ