Zap'Em Blast'Em Robots
robots that play laser tag!
Loading...
Searching...
No Matches
start_buf.h
1/*
2 * start_buf.h
3 *
4 * Created on: Jun 9, 2025
5 * Author: andrewcarr
6 */
7
8#ifndef INC_START_BUF_H_
9#define INC_START_BUF_H_
10
11#include <stdint.h>
12
13extern const int16_t start_buf[];
14extern const uint32_t start_buf_len;
15
16#endif /* INC_START_BUF_H_ */