Mozzi  version v2.0
sound synthesis library for Arduino
Mozzi.h
Go to the documentation of this file.
1 /*
2  * Mozzi.h
3  *
4  * This file is part of Mozzi.
5  *
6  * Copyright 2012-2024 Tim Barrass and the Mozzi Team
7  *
8  * Mozzi is licensed under the GNU Lesser General Public Licence (LGPL) Version 2.1 or later.
9  *
10  */
11 
12 
30 #ifndef MOZZI_H_
31 #define MOZZI_H_
32 
33 #include "MozziGuts.h"
34 
35 #endif