mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-05-04 15:20:16 +00:00
start sound
This commit is contained in:
parent
251da124f7
commit
1d28156c0c
@ -87,7 +87,7 @@ void Robot_INIT() {
|
|||||||
EEPROM_INIT();
|
EEPROM_INIT();
|
||||||
setPosDefault();
|
setPosDefault();
|
||||||
UART3_START();
|
UART3_START();
|
||||||
sound_init();
|
// sound_init();
|
||||||
|
|
||||||
for (int i = 0; i < 10; ++i) {
|
for (int i = 0; i < 10; ++i) {
|
||||||
// if ((i&1U)!=1 || i > 4) for test
|
// if ((i&1U)!=1 || i > 4) for test
|
||||||
@ -97,16 +97,7 @@ void Robot_INIT() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
led_clear();
|
led_clear();
|
||||||
HAL_Delay(100);
|
melody(melody_start);
|
||||||
|
|
||||||
// for (int i = 9; i <= 9; ++i) {
|
|
||||||
// led_blink_num(i, 100, 15);
|
|
||||||
// }
|
|
||||||
// for (int i = 0; i <= 100; ++i) {
|
|
||||||
// led_progressbar(0, 19, i);
|
|
||||||
// HAL_Delay(10);
|
|
||||||
// }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void BallEXT() {
|
void BallEXT() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user