Zap'Em Blast'Em Robots
robots that play laser tag!
Loading...
Searching...
No Matches
laser_buf.h
1/*
2 * audio_data.h
3 *
4 * Created on: Jun 9, 2025
5 * Author: andrewcarr
6 */
7
8#ifndef INC_LASER_BUF_H_
9#define INC_LASER_BUF_H_
10
11#include <stdint.h>
12
13// the actual array lives in audio_data.c
14
15extern const int16_t laser_buf[];
16extern const uint32_t laser_buf_len;
17
18#endif /* INC_LASER_BUF_H_ */