This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*//Arduino_3DCube_Control | |
| //Command must be at 38400 baud | |
| 0xAD //Abrir menu para puerto de Serie para Arduino | |
| 0xf2 //Abrir Comando para introducir animacion | |
| 0xED //Salir completamente del modo Arduino | |
| //serial data show ARDUINO,display command data 65,Each time data 64 COUNT+0xF2 | |
| */ | |
| #include <stdio.h> | |
| #define LAYER_COUNT 8 |
NewerOlder