// sonic.c - Criado pelo studio UNO 2.3
// 8 December 2023 9:18:20 pm
#include <uno.h>
// Declaracao das Variaveis
unsigned int t;
//Funcao Principal
void main(void)
{
__inicializa;
__motor_curso(__FORWARD);
__buzzer(60, 300);
__buzzer(57, 300);
__buzzer(60, 300);
__buzzer(59, 300);
__motor_curso(__STOP);
__buzzer(60, 300);
__buzzer(59, 450);
__buzzer(55, 450);
__delay(1000);
__motor_curso(__LEFT_ROTATE);
__buzzer(55, 200);
__buzzer(64, 300);
__buzzer(62, 450);
__motor_curso(__STOP);
__buzzer(60, 300);
__buzzer(59, 300);
__motor_curso(__FORWARD);
__buzzer(60, 300);
__buzzer(59, 450);
__buzzer(55, 650);
__motor_curso(__STOP);
__delay(1000);
__motor_curso(__FORWARD);
__buzzer(60, 300);
__buzzer(57, 300);
__buzzer(60, 300);
__buzzer(59, 300);
__motor_curso(__STOP);
__buzzer(60, 300);
__buzzer(59, 450);
__buzzer(55, 450);
__delay(1000);
__buzzer(57, 300);
__buzzer(57, 300);
__buzzer(53, 300);
__buzzer(57, 300);
__buzzer(55, 300);
__buzzer(57, 300);
__buzzer(55, 450);
__buzzer(48, 450);
__buzzer(48, 750);
while(TRUE) { }
}