/*
(EM DESENVOLVIMENTO)
ARDUINO NANO SERVIRÁ APENAS DE PLACA CONTROLADORA DE VÍDEO
A programação em binário é feita na aba memoria.chip.c
(by Dante Meira)
*/
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}