Mozzi
version v2.0
sound synthesis library for Arduino
twi_nonblock_HeadersOnly.h
Go to the documentation of this file.
1
/*
2
* twi_nonblock_HeadersOnly.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
/** @ingroup core
13
* @file twi_nonblock_HeadersOnly.h
14
*
15
* This file provides declarations of the \ref core twi_nonblock functions, but no implementation. Use this only, if you have more than one
16
* translation unit in your project (i.e. you have more than one .cpp-file in your sketch itself). Otherwise include \ref twi_nonblock.h, instead.
17
*
18
* (Failure to head this advice will lead to "symbol XY undefined" errors.).
19
*/
20
21
#
ifndef
MOZZI_TWI_HEADERS_ONLY_H_
22
#
define
MOZZI_TWI_HEADERS_ONLY_H_
23
24
#
define
_MOZZI_TWI_HEADER_ONLY
25
#
include
"twi_nonblock.h"
26
27
#
endif
Generated automatically using Doxygen. If info on this page is outdated, incomplete, or wrong, please open an issue at https://github.com/sensorium/Mozzi/issues