aboutsummaryrefslogtreecommitdiff
path: root/apps/position_estimator_inav/sounds.h
blob: 356e42169ceef022a61d731653efe448e848ebc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * sounds.h
 *
 *  Created on: Feb 26, 2013
 *      Author: samuezih
 */

#ifndef SOUNDS_H_
#define SOUNDS_H_

int sounds_init(void);
void sounds_deinit(void);
void tune_tetris(void);
void tune_sonar(void);

#endif /* SOUNDS_H_ */